home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Complementary Applications 2004 February / SGI IRIX 6.5 Complementary Applications 2004 February.iso / dist / extras / netscape_lite.idb / usr / lib / X11 / app-defaults / Netscape.z / Netscape
Encoding:
Text File  |  2003-09-30  |  548.3 KB  |  15,851 lines

  1. ! Insert copyright and license here 1994
  2.  
  3. ! Netscape.ad --- app-defaults file for Netscape 4.8.
  4. !
  5. ! Bugs and commentary to x_cbug@netscape.com.
  6.  
  7. ! Created: Jamie Zawinski <use the bug address, please>, 23-Jun-94.
  8. ! Modified: dp Suresh <dp@netscape.com>, 01-Aug-95
  9. ! Modified: snpf <snpf@netscape.com>, 23-Sep-96
  10. !
  11. !      ==========================================================
  12. !      NOTE: If you're looking here for things to customize, look
  13. !      on the Preferences dialogs under the Options menu first.
  14. !      Most things are customizable from there.  Things which are
  15. !      settable via the Preferences dialog boxes are stored in
  16. !      the ~/.netscape/preferences file, and not in X resources.
  17. !      ==========================================================
  18. !
  19. ! This file lists the default resources built in to Netscape.
  20. ! You can use the stuff in this file for examples of how to customize
  21. ! Netscape for your environment; normally you will do this by
  22. ! copying the few lines you want to alter to your private resource
  23. ! database, which usually lives in a file called .Xdefaults in your home
  24. ! directory.
  25. !
  26. ! Site administrators **may** want to make changes here and install this
  27. ! file as the global app-defaults file for the site.  To do this, one
  28. ! would copy this file to /usr/lib/X11/app-defaults/Netscape, or on SunOS,
  29. ! /usr/openwin/lib/app-defaults/Netscape.  (But actually this directory
  30. ! could be anywhere; only the person who installed X knows for sure.)
  31. !
  32. ! It is **STRONGLY RECOMMENDED** that you not install this file in the
  33. ! app-defaults directory unless you are really sure you know what you are
  34. ! doing.  There are a whole slew of version-skew problems associated with
  35. ! app-defaults files, which are best avoided by simply not using them.
  36. ! In particular, if the app-defaults file for a program is installed, and
  37. ! you get a new version of that program, you can't properly test out the
  38. ! new version without actually installing it, since it will pick up the
  39. ! resources for the previous version, and will quite likely malfunction.
  40. !
  41. ! In short, app-defaults files are bad.  Don't use them.  This file is
  42. ! provided for informational purposes, and so that I don't get a lot of
  43. ! complaints from people who think they understand this stuff better than
  44. ! I do.
  45.  
  46. ! Language localization:
  47. *versionLocale: en
  48.  
  49. ! SGI only: Here's how you turn on SGI's Motif hacks:
  50. Netscape*sgiMode:        True
  51.  
  52. ! SGI only: Use enhanced file selection UI in SGI Motif
  53. *useEnhancedFSB:        True
  54.  
  55. ! SGI Only: Use base color scheme:
  56. Netscape*scheme:        Base
  57. Netscape*useSchemes:        Colors
  58.  
  59. ! This resource enables some hacks to the File Selection Box
  60. ! which use a simpler layout algorithm than the standard Motif
  61. ! code. The directory and file listings are always maintained
  62. ! as equal size. We don't do this for SGI, as they have solved
  63. ! the problem. See *useEnhancedFSB above.
  64. !*nsMotifFSBHacks: True
  65.  
  66. ! This resource enables the CDE mode of the File Selection Box.
  67. ! You must be running a CDE enhanced Motif library for this
  68. ! option to work. This resource will apply pathMode=1 to the
  69. ! File Selection Box. If you specify nsMotifFSBHacks and
  70. ! nsMotifFSBCdeMode, some of the keyboard and filter enhancements
  71. ! of nsMotifFSBHacks will also be applied, the layout hacks will not.
  72. *nsMotifFSBCdeMode: False
  73. !*nsMotifFSBCdeMode: True
  74.  
  75. ! SCO Only: IXI Motif Form widget is broken, don't use it
  76. !*useIxiAdds: NONE
  77.  
  78. ! User-Settable Parameters
  79. ! ========================
  80.  
  81. ! This is the directory where Netscape finds external files such as icons.
  82. !
  83. *appDir:            /C/netscape
  84.  
  85. ! This resource is the same as the -visual command line option, which selects
  86. ! an X visual on which the windows should be created.  Legal options are:
  87. ! Best, meaning pick the best one w.r.t. image quality; Default, meaning
  88. ! use whatever the server says is the default visual; a visual class (like
  89. ! PseudoColor or TrueColor); or a decimal or hexadecimal digit, the ID of
  90. ! a particular visual (in case there is more than one visual of a particular
  91. ! class.)  "Best" is probably the right choice.
  92. !
  93. *visualID:            Best
  94.  
  95. ! Whether Netscape should install a private colormap.  This will cause the
  96. ! maximal number of colors to be used, but on most systems, will result in
  97. ! unpleasant colormap flashing when switching between applications.  Legal
  98. ! options are: Yes, No, and Guess.  "Guess" means "install the colormap only
  99. ! if we know that the display hardware supports multiple simultaneous
  100. ! colormaps, meaning that there will be no colormap flashing."  Currently,
  101. ! that means install the map when displaying on an SGI screen, and don't
  102. ! otherwise.  (What other vendors have multiple hardware colormaps, and how
  103. ! do you uniquely identify that capability?  Let me know.)
  104. !
  105. *installColormap:        Guess
  106.  
  107. ! Some motif versions have a XmDragOverShell (called "dragOver")
  108. ! widget which has a XmNinstallColormap resource.  Force it to false here
  109. ! so that there is no conflict with the "*installColormap: Guess" stuff.
  110. *dragOver*installColormap:        False
  111.  
  112. ! The maximum number of color cells to allocate per image; this is only
  113. ! relevant when using the default colormap of a PseudoColor visual.
  114. ! If it is 0, we allocate as many colors as we can get.  (The more colors
  115. ! that we can allocate, the better images will look.)  This controls only
  116. ! the number of colors allocated for internal images - a few more colors
  117. ! will be allocated for the fluff and chrome that comes with Motif.
  118. !
  119. *maxImageColors:        0
  120.  
  121. ! Set this to false to disable the <BLINK> tag.
  122. *blinkingEnabled:        True
  123.  
  124. ! Whether the Exit menu item should confirm first.
  125. *confirmExit:            False
  126.  
  127. ! Mouse cursor when over an anchor.
  128. *linkCursor:            hand2
  129.  
  130. ! Mouse cursor when awaiting a reply.
  131. *busyCursor:            watch
  132.  
  133. ! Mouse cursor when "Save Next Link As..." mode is on, and over a link.
  134. *saveNextLinkCursor:        hand2
  135.  
  136. ! Mouse cursor when "Save Next Link As..." mode is on, and not over a link.
  137. *saveNextNonlinkCursor:        crosshair
  138.  
  139. ! How quickly (in seconds) the status messages should update.
  140. *progressInterval:        1
  141.  
  142. ! How quickly (in milliseconds) the run light and/or logo should animate.
  143. *busyBlinkRate:            500
  144.  
  145. ! How often (in seconds) the global history, bookmarks, and disk cache
  146. ! files should be updated.
  147. *saveHistoryInterval:        600
  148.  
  149. ! How many pixels of motion must occur before a mouse-release is interpreted
  150. ! as a "drag" rather than a "click."
  151. *hysteresis:            3
  152.  
  153. ! These resources control whether Netscape should redirect its stdout and
  154. ! stderr streams to a dialog box, so that diagnostics reported by other
  155. ! programs launched by Netscape (for example, external viewers specified in
  156. ! a mailcap file) will be reported to the user through a dialog box,
  157. ! instead of simply showing up on the stdout/stderr of the controlling
  158. ! terminal of Netscape (which in many cases won't even be visible.)
  159. !
  160. ! If you have a external viewer which produces an annoying amount of output
  161. ! even when it has nothing interesting to say, you can shut it up by
  162. ! redirecting its output to stderr; for example, to do this to mpeg_play,
  163. ! you could add the following to your .mailcap file:
  164. !
  165. !        video/mpeg; mpeg_play %s 2>&-
  166. !
  167. ! Normally, Netscape captures both the stdout and stderr into the dialog box.
  168. ! If you find a need to let one or both of them continue on to the actual
  169. ! terminal of Netscape, you can do it by setting these resources to False.
  170. !
  171. *useStderrDialog:        True
  172. *useStdoutDialog:        True
  173.  
  174. ! For those MIME content-encodings which are not directly understood
  175. ! internally, it is possible to specify another Unix program to use as
  176. ! a filter here.
  177. !
  178. ! Each line in the encodingFilters resource consists of four fields,
  179. ! separated by colons and optional whitespace:
  180. !
  181. !   <input-encoding>  : <output-encoding> : <extensions> : <filter-command>
  182. !
  183. ! input-encoding:  The MIME encoding from the Content-Transfer-Encoding header.
  184. !                  (The basic encodings 7BIT, 8BIT, BINARY, BASE64, and QUOTED-
  185. !                  PRINTABLE are built-in; no need to specify those.)
  186. !
  187. ! output-encoding: The encoding that results from this transformation.
  188. !                  Leaving this empty is usually appropriate.
  189. !
  190. ! extensions:      A comma-separated list of the extensions typically used for
  191. !                  files in this encoding; if a document ends in one of these
  192. !                  extensions, then when that document is saved to disk, the
  193. !                  extension will be stripped off of the default file name
  194. !                  (since documents are decoded before they are saved, and the
  195. !                  extension would no longer accurately describe the file.)
  196. !
  197. ! filter-command:  A shell command which reads from stdin and writes to stdout
  198. !                  which does the actual decoding.
  199. !
  200. *encodingFilters:                  \
  201.     x-compress :  : .Z     : gzip -cdq    \n\
  202.     compress   :  : .Z     : gzip -cdq    \n\
  203.     x-gzip     :  : .z,.gz : gzip -cdq    \n\
  204.     gzip       :  : .z,.gz : gzip -cdq    \n
  205.  
  206.  
  207. ! Too many servers have bugs in the implementation of window gravity for
  208. ! us to rely on it.  Scrolling of large forms is *significantly* faster
  209. ! if we are able to make use of window gravity, but on many X servers, it
  210. ! results in form items being scattered randomly all over the document.
  211. ! Legal values for this resource are Yes, No, Partial, and Guess.  If
  212. ! "Guess", we run some tests and try to decide whether the X server is
  213. ! broken or partially broken.
  214. !
  215. ! If you find yourself needing to use a value here other than Guess,
  216. ! please tell us, so that we can make it guess correctly in the future.
  217. !
  218. *windowGravityWorks:        Guess
  219.  
  220.  
  221. ! By default, the geometries of components (browsers, mail, address book, etc)
  222. ! are saved in ~/.netscape/preferences.js.  If this pisses you off, uncomment
  223. ! the following line and Netscape will not remember component geometries.
  224. !
  225. ! Equivalent to using the '-dont-save-geometry-prefs' startup flag.
  226. !
  227. !*dontSaveGeometryPrefs:        True
  228.  
  229.  
  230. ! Uncomment the following line to ignore any geometry preferences that
  231. ! might have been saved.
  232. !
  233. ! Equivalent to using the '-ignore-geometry-prefs' startup flag.
  234. !
  235. !*ignoreGeometryPrefs:            True
  236.  
  237.  
  238. ! Uncomment the following line to bypass the startup licence page.
  239. !
  240. ! Equivalent to using the '-no-about-splash' startup flag.
  241. !
  242. *noAboutSplash:                True
  243.  
  244. ! Netscape supports session management by default.  Uncomment the following
  245. ! line to force it off.
  246. !
  247. ! Equivalent to using the '-session-management'
  248. !                         '-no-session-management' startup flags.
  249. !
  250. !*sessionManagement:            False
  251.  
  252.  
  253. ! Different platforms deal with session management in fundamentally
  254. ! different ways.  Toggle this resource if you experience session
  255. ! management problems.
  256. !
  257. ! IRIX session management is on by default only on SGI systems.  It is also
  258. ! available on other platforms and might work with session managers other
  259. ! than the IRIX desktop.  To use session management as the IRIX desktop
  260. ! expects it, uncomment the following line.
  261. !
  262. ! Equivalent to using the '-irix-session-management'
  263. !                         '-no-irix-session-management' startup flags.
  264. !
  265. *irixSessionManagement:            True
  266.  
  267.  
  268. ! Uncomment the following line to ignore the alwaysraised, alwayslowered,
  269. ! and z-lock JavaScript window.open() attributes.  By default,  Netscape will
  270. ! try to force the window stacking to match these attributes.  If you think
  271. ! this is the ultimate fascism, uncomment the following line.
  272. !
  273. ! Equivalent to using the '-dont-force-window-stacking' startup flag.
  274. !
  275. !*dontForceWindowStacking:        True
  276.  
  277.  
  278. ! Colors
  279. !
  280. ! This resource controls the foreground text color of unfollowed links 
  281. ! (links which have not yet been visited.)
  282. !
  283. *linkForeground:            #0000FF
  284.  
  285. ! This resource controls the foreground text color of followed links 
  286. ! (links which have already been visited.)
  287. !
  288. *vlinkForeground:            #990066
  289.  
  290. ! This resource controls the foreground text color of activated links 
  291. ! (links which are in the process of being clicked upon.)
  292. !
  293. *alinkForeground:            #FF0000
  294.  
  295. ! These resources control the foreground and background colors of text
  296. ! which has been selected with the mouse.
  297. !
  298. *selectForeground:            #000000
  299. *selectBackground:            #FFFFCC
  300.  
  301. ! These resources control the foreground and background colors of normal text.
  302. !
  303. *defaultForeground:            #000000
  304. *defaultBackground:            #C0C0C0
  305.  
  306. ! This resource may be used to specify a default background image.  It should
  307. ! be a file name or URL pointing to a GIF, JPEG, or XBM image.  If it is blank,
  308. ! then the default background color will be used instead.
  309. !
  310. *defaultBackgroundImage:        
  311.  
  312. ! Normally, the user-specified colors and backgrounds will only be used when
  313. ! viewing documents which did not specify their own colors and backgrounds.
  314. ! If this resource is set to False, then the user-specified colors and
  315. ! backgrounds will always be used, regardless of the options specified in 
  316. ! the document itself.
  317. !
  318. *documentColorsHavePriority:        True
  319.  
  320.  
  321. ! Geometry
  322. !
  323. ! Here's how you set the default sizes and positions of the Netscape windows:
  324. !
  325. ! For the web browser window:   Netscape.Navigator.geometry: =500x700+100-0
  326. ! For the mail reader:          Netscape.Mail.geometry: =500x800+200-0
  327. ! For the news reader:          Netscape.News.geometry: =500x800+300-0
  328. ! For the mail editor:          Netscape.Composition.geometry: =400x600
  329. ! For the bookmarks window:     Netscape.Bookmarks.geometry: =300x900-0-0
  330. ! For the address book window:  Netscape.AddressBook.geometry: =600x900-300-0
  331. ! For the download windows:     Netscape.Download.geometry: =500x200-0-0
  332. !
  333. ! In previous versions of Netscape, we suggested setting the geometry on the
  334. ! TopLevelShell class; don't do that any more.  It will affect *all* of the
  335. ! top-level Netscape windows, including bookmarks and message composition and
  336. ! so on, which is probably not what you want.
  337. !
  338. ! To set the sizes of the panes and columns in the mail and news windows, 
  339. ! change them to the layout you like, and then select "Options/Save Options".
  340. ! (To change the fonts in the message lists, search below for the resource
  341. ! that begins with "XmLGrid*fontList".)
  342.  
  343.  
  344.  
  345. ! Translations
  346. !
  347. ! Many of these translations are duplicated on both "Meta" and "Alt", since
  348. ! X has this stupid notion that "Meta" and "Alt" are not synonymous, and
  349. ! Sun in their infinite wisdom furthers this confusing lossage by both having
  350. ! Meta *and* Alt keys on the keyboard, and having the key which is labelled
  351. ! Alt generate *META* (the Diamond keys generate Alt.)  All praise Sun!
  352. ! All praise the X keyboard model!
  353. !
  354. ! And because of the need to do this, we have to do all of the keyboard
  355. ! equivalents with "translations" instead of "accelerators", since a menu
  356. ! item can only have one accelerator, and in order to make both Meta and Alt
  357. ! work we need to give them each two.  All praise Motif!
  358.  
  359.  
  360. ! Keybindings in the main window which correspond to menu items.
  361. ! These are installed on every widget which is a child of our Shell,
  362. ! and are not installed on popups/transients.
  363. !
  364. *globalTranslations:            #override                    \n\
  365.                                             \
  366.     Meta  Ctrl<Key>A:        xfeDoCommand(selectAll)                \n\
  367.      ~Alt Ctrl<Key>A:        xfeDoCommand(selectAll)                \n\
  368.     Meta  Ctrl<Key>B:        xfeDoCommand(openBookmarks)            \n\
  369.      ~Alt Ctrl<Key>B:        xfeDoCommand(openBookmarks)            \n\
  370.     Meta  Ctrl<Key>C:        xfeDoCommand(copy)                    \n\
  371.      ~Alt Ctrl<Key>C:        xfeDoCommand(copy)                    \n\
  372.         Meta  Ctrl<Key>D:        undefined-key()                \n\
  373.      ~Alt Ctrl<Key>D:        undefined-key()                \n\
  374.         Meta  Ctrl<Key>E:        undefined-key()                \n\
  375.      ~Alt Ctrl<Key>E:        undefined-key()                \n\
  376.     Meta  Ctrl ~Shift<Key>f:        undefined-key()                \n\
  377.      ~Alt Ctrl ~Shift<Key>f:        undefined-key()                \n\
  378.         Meta  Ctrl<Key>G:        undefined-key()                \n\
  379.          ~Alt Ctrl<Key>G:        undefined-key()                \n\
  380.     Meta  Ctrl<Key>H:        xfeDoCommand(openHistory)            \n\
  381.      ~Alt Ctrl<Key>H:        xfeDoCommand(openHistory)            \n\
  382.         Meta  Ctrl<Key>I:        undefined-key()                \n\
  383.          ~Alt Ctrl<Key>I:        undefined-key()                \n\
  384.         Meta  Ctrl<Key>J:        undefined-key()                \n\
  385.          ~Alt Ctrl<Key>J:        undefined-key()                \n\
  386.     Meta  Ctrl<Key>K:        xfeDoCommand(addBookmark)            \n\
  387.      ~Alt Ctrl<Key>K:        xfeDoCommand(addBookmark)            \n\
  388.         Meta  Ctrl<Key>L:        undefined-key()                \n\
  389.          ~Alt Ctrl<Key>L:        undefined-key()                \n\
  390.     Meta  Ctrl<Key>m:        xfeDoCommand(composeMessage)        \n\
  391.      ~Alt Ctrl<Key>m:        xfeDoCommand(composeMessage)        \n\
  392.     Meta  Ctrl ~Shift<Key>n: xfeDoCommand(openBrowser)            \n\
  393.      ~Alt Ctrl ~Shift<Key>n: xfeDoCommand(openBrowser)            \n\
  394.     Meta  Ctrl  Shift<Key>n: xfeDoCommand(newBlank)                \n\
  395.      ~Alt Ctrl  Shift<Key>n: xfeDoCommand(newBlank)                \n\
  396.         Meta  Ctrl<Key>O:        undefined-key()                \n\
  397.          ~Alt Ctrl<Key>O:        undefined-key()                \n\
  398.         Meta  Ctrl<Key>P:        undefined-key()                \n\
  399.          ~Alt Ctrl<Key>P:        undefined-key()                \n\
  400.     Meta Shift<Key>Q:        xfeDoCommand(quoteOriginalText)        \n\
  401.      Alt Shift<Key>Q:        xfeDoCommand(quoteOriginalText)        \n\
  402.     Meta  Ctrl<Key>Q:        xfeDoCommand(exit)                    \n\
  403.      ~Alt Ctrl<Key>Q:        xfeDoCommand(exit)                    \n\
  404.         Meta  Ctrl<Key>R:        undefined-key()                \n\
  405.          ~Alt Ctrl<Key>R:        undefined-key()                \n\
  406.     Meta  Ctrl<Key>S:        xfeDoCommand(saveAs)                \n\
  407.      ~Alt Ctrl<Key>S:        xfeDoCommand(saveAs)                \n\
  408.         Meta  Ctrl<Key>T:        undefined-key()                \n\
  409.          ~Alt Ctrl<Key>T:        undefined-key()                \n\
  410.         Meta  Ctrl<Key>U:    xfeDoCommand(viewPageSource)\n\
  411.          ~Alt Ctrl<Key>U:        xfeDoCommand(viewPageSource)\n\
  412.     Meta  Ctrl<Key>V:        xfeDoCommand(paste)                    \n\
  413.      ~Alt Ctrl<Key>V:        xfeDoCommand(paste)                    \n\
  414.     Meta  Ctrl<Key>W:        xfeDoCommand(close)                    \n\
  415.      ~Alt Ctrl<Key>W:        xfeDoCommand(close)                    \n\
  416.     Meta  Ctrl<Key>X:        xfeDoCommand(cut)                    \n\
  417.      ~Alt Ctrl<Key>X:        xfeDoCommand(cut)                    \n\
  418.     Meta  Ctrl<Key>Y:        xfeDoCommand(redo)                    \n\
  419.      ~Alt Ctrl<Key>Y:        xfeDoCommand(redo)                    \n\
  420.         Meta  Ctrl<Key>Z:        undefined-key()                \n\
  421.          ~Alt Ctrl<Key>Z:        undefined-key()                \n\
  422.                                             \
  423.  Meta  Ctrl ~Shift<Key>1:    xfeDoCommand(openOrBringUpBrowser)    \n\
  424.   ~Alt Ctrl ~Shift<Key>1:    xfeDoCommand(openOrBringUpBrowser)    \n\
  425.  Meta  Ctrl  Shift<Key>1:    xfeDoCommand(openFolders)            \n\
  426.   ~Alt Ctrl  Shift<Key>1:    xfeDoCommand(openFolders)            \n\
  427.  Meta  Ctrl ~Shift<Key>2:    xfeDoCommand(openInbox)                \n\
  428.   ~Alt Ctrl ~Shift<Key>2:    xfeDoCommand(openInbox)                \n\
  429.  Meta  Ctrl  Shift<Key>2:    xfeDoCommand(openAddrBook)            \n\
  430.   ~Alt Ctrl  Shift<Key>2:    xfeDoCommand(openAddrBook)            \n\
  431.     Meta  Ctrl<Key>3:        xfeDoCommand(openEditor)            \n\
  432.      ~Alt Ctrl<Key>3:        xfeDoCommand(openEditor)            \n\
  433.     Meta  Ctrl<Key>4:        xfeDoCommand(openCalendar)            \n\
  434.      ~Alt Ctrl<Key>4:        xfeDoCommand(openCalendar)            \n\
  435.     Meta  Ctrl<Key>5:        xfeDoCommand(openConference)        \n\
  436.      ~Alt Ctrl<Key>5:        xfeDoCommand(openConference)        \n\
  437.     Meta  Ctrl<Key>7:        xfeDoCommand(openRadio)                \n\
  438.      ~Alt Ctrl<Key>7:        xfeDoCommand(openRadio)                \n\
  439.                                             \
  440.     ~Meta ~Alt ~Ctrl<Key>Prior:        PageUp()                    \n\
  441.     ~Meta ~Alt ~Ctrl<Key>Next:        PageDown()                    \n\
  442.     ~Meta ~Alt ~Ctrl<Key>osfPageUp:        PageUp()                \n\
  443.     ~Meta ~Alt ~Ctrl<Key>osfPageDown:    PageDown()                \n\
  444.                                             \
  445.     ~Meta ~Alt ~Ctrl<Key>SunCopy:   xfeDoCommand(copy)            \n\
  446.     ~Meta ~Alt ~Ctrl<Key>SunPaste:  xfeDoCommand(paste)            \n\
  447.     ~Meta ~Alt ~Ctrl<Key>SunCut:    xfeDoCommand(cut)            \n\
  448.                                             \
  449.     ~Meta ~Alt ~Ctrl ~Shift<Key>osfHelp:        xfeDoCommand(manual)    \n
  450.  
  451. ! These used to be up above.
  452. !    Meta  Ctrl<Key>Z:        undo()                        \n\
  453. !     ~Alt Ctrl<Key>Z:        undo()                        \n\
  454.  
  455.  
  456. ! These keysyms are apparently an R6ism.
  457. !    ~Meta ~Alt ~Ctrl<Key>KP_Prior:        PageUp()                \n\
  458. !    ~Meta ~Alt ~Ctrl<Key>KP_Next:        PageDown()                \n\
  459.  
  460. ! Translations in the Navigator window.
  461. *browserGlobalTranslations:        #override            \
  462.     Meta Shift<Key>F:        xfeDoCommand(search)            \n\
  463.      Alt Shift<Key>F:        xfeDoCommand(search)            \n\
  464.     Meta  Ctrl ~Shift<Key>f:        xfeDoCommand(findInObject)            \n\
  465.      ~Alt Ctrl ~Shift<Key>f:        xfeDoCommand(findInObject)            \n\
  466.     Meta  Ctrl ~Shift<Key>g:        xfeDoCommand(findAgain)                \n\
  467.      ~Alt Ctrl ~Shift<Key>g:        xfeDoCommand(findAgain)                \n\
  468.     Meta  Ctrl ~Shift<Key>i: xfeDoCommand(showImages)            \n\
  469.      ~Alt Ctrl ~Shift<Key>i: xfeDoCommand(showImages)            \n\
  470.     Meta  Ctrl  Shift<Key>i: xfeDoCommand(viewSecurity)            \n\
  471.      ~Alt Ctrl  Shift<Key>i: xfeDoCommand(viewSecurity)            \n\
  472.     Meta  Ctrl<Key>L:        xfeDoCommand(openPage)                \n\
  473.      ~Alt Ctrl<Key>L:        xfeDoCommand(openPage)                \n\
  474.     Meta  Ctrl ~Shift<Key>o: xfeDoCommand(openPage)                \n\
  475.      ~Alt Ctrl ~Shift<Key>o: xfeDoCommand(openPage)                \n\
  476.     Meta  Ctrl  Shift<Key>o: xfeDoCommand(openPageChooseFile)    \n\
  477.      ~Alt Ctrl  Shift<Key>o: xfeDoCommand(openPageChooseFile)    \n\
  478.     Meta  Ctrl<Key>P:        xfeDoCommand(print)                    \n\
  479.      ~Alt Ctrl<Key>P:        xfeDoCommand(print)                    \n\
  480.     Meta  Ctrl<Key>R:        xfeDoCommand(reload)                \n\
  481.      ~Alt Ctrl<Key>R:        xfeDoCommand(reload)                \n\
  482.     Meta  Ctrl<Key>braceleft:        xfeDoCommand(decreaseFont)        \n\
  483.      ~Alt Ctrl<Key>braceleft:        xfeDoCommand(decreaseFont)        \n\
  484.      Meta  Ctrl<Key>braceright:        xfeDoCommand(increaseFont)        \n\
  485.      ~Alt Ctrl<Key>braceright:        xfeDoCommand(increaseFont)        \n\
  486.                                             \
  487.     Meta  Ctrl<Key>osfLeft:        xfeDoCommand(back)                \n\
  488.      ~Alt Ctrl<Key>osfLeft:        xfeDoCommand(back)                \n\
  489.     Meta  Ctrl<Key>osfRight:    xfeDoCommand(forward)            \n\
  490.      ~Alt Ctrl<Key>osfRight:    xfeDoCommand(forward)            \n\
  491.               <Key>Escape:        xfeDoCommand(stopLoading)        \n\
  492.               <Key>osfCancel:    xfeDoCommand(stopLoading)        \n
  493.  
  494. ! Translations in the Mail & News window.
  495. ! Things here override the global translations (which are loaded first.)
  496. ! This changes:
  497. !    Ctrl+H from "View History" to "Deliver Mail Now"
  498. !    Ctrl+L from "Open URL" to "Forward Message"
  499. !    Ctrl+R from "Reload" to "Reply to Sender"
  500. !    Ctrl+O from "Open File" to undefined
  501. !    Ctrl+S from "Save As" to undefined
  502. !
  503. ! This adds:
  504. !    Ctrl+Shift+A for "Select Thread"
  505. !    Ctrl+T for "Get New Mail"
  506. !    Ctrl+Shift+R for "Reply to All"
  507. !    Ctrl+D for "Delete Message"
  508. !    Ctrl+Y for "Redo"
  509. !
  510. ! Alt arrow keys select previous/next.
  511. ! Ctrl+Shift arrow keys select previous/next unread.
  512. ! Meta+Shift arrow keys select previous/next marked.
  513. !
  514. *mailnewsGlobalTranslations:        #override            \
  515.     <Btn3Down>:                xfeDoPopup()                    \n\
  516.     Meta  Ctrl<Key>D:        xfeDoCommand(deleteFolder)                \n\
  517.      ~Alt Ctrl<Key>D:        xfeDoCommand(deleteFolder)                \n\
  518.     Meta  Ctrl<Key>H:        xfeDoCommand(deliverQueuedMessages)        \n\
  519.      ~Alt Ctrl<Key>H:        xfeDoCommand(deliverQueuedMessages)        \n\
  520.     Meta  Ctrl Shift<Key>i: xfeDoCommand(viewSecurity)            \n\
  521.      ~Alt Ctrl Shift<Key>i: xfeDoCommand(viewSecurity)            \n\
  522.     Meta  Ctrl<Key>K:        xfeDoCommand(compressFolders)        \n\
  523.      ~Alt Ctrl<Key>K:        xfeDoCommand(compressFolders)        \n\
  524.     Meta  Ctrl<Key>O:        xfeDoCommand(openSelected)            \n\
  525.      ~Alt Ctrl<Key>O:        xfeDoCommand(openSelected)            \n\
  526.     Meta  Ctrl<Key>T:        xfeDoCommand(getNewMessages)    \n\
  527.      ~Alt Ctrl<Key>T:        xfeDoCommand(getNewMessages)    \n\
  528.     Meta  Ctrl<Key>Z:        xfeDoCommand(undo)\n\
  529.      ~Alt Ctrl<Key>Z:       xfeDoCommand(undo)\n\
  530.     <Key>osfUndo:           xfeDoCommand(undo)\n\
  531.          <Key>Escape:        xfeDoCommand(stopLoading)\n
  532.  
  533. ! Translations in the MailNews message and threads windows
  534. ! These override globalTranslations.
  535. *messagewinGlobalTranslations:        #override                   \
  536.     <Btn3Down>:            xfeDoPopup()                    \n\
  537.     ~Alt Ctrl Shift<Key>a: xfeDoCommand(selectThread)\n\
  538.    Meta  Ctrl Shift<Key>a: xfeDoCommand(selectThread)\n\
  539.     ~Alt Ctrl Shift<Key>c:  xfeDoCommand(markAllMessagesRead)\n\
  540.    Meta  Ctrl Shift<Key>c:  xfeDoCommand(markAllMessagesRead)\n\
  541.     ~Meta ~Alt ~Ctrl<Key>c:    xfeDoCommand(markMessageByDate)\n\
  542.     Meta  Ctrl<Key>D:        xfeDoCommand(deleteMessage)            \n\
  543.      ~Alt Ctrl<Key>D:        xfeDoCommand(deleteMessage)            \n\
  544.     Meta  Ctrl Shift<Key>i: xfeDoCommand(viewSecurity)            \n\
  545.      ~Alt Ctrl Shift<Key>i: xfeDoCommand(viewSecurity)            \n\
  546.     Meta  Ctrl Shift<Key>f:    xfeDoCommand(search)           \n\
  547.      ~Alt Ctrl Shift<Key>f:    xfeDoCommand(search)           \n\
  548.     Meta  Ctrl ~Shift<Key>f:        xfeDoCommand(findInObject)            \n\
  549.      ~Alt Ctrl ~Shift<Key>f:        xfeDoCommand(findInObject)            \n\
  550.     Meta  Ctrl<Key>G:        xfeDoCommand(findAgain)                \n\
  551.      ~Alt Ctrl<Key>G:        xfeDoCommand(findAgain)                \n\
  552.     ~Meta ~Alt ~Ctrl<Key>G: xfeDoCommand(nextUnreadCollection)\n\
  553.     Meta  Ctrl<Key>K:        xfeDoCommand(compressFolders)        \n\
  554.      ~Alt Ctrl<Key>K:        xfeDoCommand(compressFolders)        \n\
  555.     ~Meta ~Alt ~Ctrl<Key>K:    xfeDoCommand(ignoreThread)\n\
  556.     Meta  Ctrl ~Shift<Key>l:xfeDoCommand(forwardMessage)           \n\
  557.      ~Alt Ctrl ~Shift<Key>l:xfeDoCommand(forwardMessage)           \n\
  558.     Meta  Ctrl Shift<Key>l: xfeDoCommand(forwardMessageQuoted)\n\
  559.      ~Alt Ctrl Shift<Key>l: xfeDoCommand(forwardMessageQuoted)\n\
  560.     ~Meta ~Alt ~Ctrl<Key>L:    xfeDoCommand(markMessageForLater)\n\
  561.   ~Meta ~Alt ~Ctrl ~Shift<Key>n: xfeDoCommand(nextUnreadMessage)        \n\
  562.   ~Meta ~Alt ~Ctrl Shift<Key>n:  xfeDoCommand(nextMessage)        \n\
  563.     ~Meta ~Alt ~Ctrl<Key>M:    xfeDoCommand(markMessageRead)\n\
  564.     Meta  Ctrl<Key>O:        xfeDoCommand(openSelected)            \n\
  565.      ~Alt Ctrl<Key>O:        xfeDoCommand(openSelected)            \n\
  566.     Meta  Ctrl<Key>P:        xfeDoCommand(print)                    \n\
  567.      ~Alt Ctrl<Key>P:        xfeDoCommand(print)                    \n\
  568.  ~Meta ~Alt ~Ctrl ~Shift<Key>p: xfeDoCommand(previousUnreadMessage)    \n\
  569.  ~Meta ~Alt ~Ctrl Shift<Key>p:     xfeDoCommand(previousMessage)    \n\
  570.       ~Alt Ctrl Shift<Key>P:     xfeDoCommand(previousMessage)    \n\
  571.     :Ctrl<Key>q:        xfeDoCommand(findInObject)\n\
  572.     :Ctrl<Key>s:   xfeDoCommand(findAgain)\n\
  573.     Meta  Ctrl ~Shift<Key>r:     xfeDoCommand(replyToSender)           \n\
  574.      ~Alt Ctrl ~Shift<Key>r:     xfeDoCommand(replyToSender)           \n\
  575.     Meta  Ctrl Shift<Key>r:     xfeDoCommand(replyToAll)           \n\
  576.      ~Alt Ctrl Shift<Key>r:     xfeDoCommand(replyToAll)           \n\
  577.     Meta  Ctrl<Key>S:        xfeDoCommand(saveMessagesAs)           \n\
  578.      ~Alt Ctrl<Key>S:        xfeDoCommand(saveMessagesAs)           \n\
  579.     Meta  Ctrl<Key>T:        xfeDoCommand(getNewMessages)           \n\
  580.      ~Alt Ctrl<Key>T:        xfeDoCommand(getNewMessages)           \n\
  581.     ~Meta ~Alt ~Ctrl<Key>T:xfeDoCommand(nextUnreadThread)        \n\
  582.     ~Meta ~Alt ~Ctrl<Key>U:    xfeDoCommand(markMessageUnread)\n\
  583.     ~Meta ~Alt ~Ctrl<Key>W:    xfeDoCommand(watchThread)\n\
  584.     Meta  Ctrl<Key>Y:        xfeDoCommand(redo)                    \n\
  585.      ~Alt Ctrl<Key>Y:        xfeDoCommand(redo)                    \n\
  586.     Meta  Ctrl<Key>Z:        xfeDoCommand(undo)                    \n\
  587.      ~Alt Ctrl<Key>Z:        xfeDoCommand(undo)                    \n\
  588.                                            \
  589.         <Key>Undo:          xfeDoCommand(undo)\n\
  590.         <Key>osfUndo:       xfeDoCommand(undo)\n\
  591.                                         \
  592.     Meta  Ctrl ~Shift<Key>Left:    xfeDoCommand(back)        \n\
  593.     Meta  Ctrl ~Shift<Key>Left:    xfeDoCommand(back)        \n\
  594.      ~Alt Ctrl ~Shift<Key>osfLeft:    xfeDoCommand(back)        \n\
  595.      ~Alt Ctrl ~Shift<Key>osfLeft:    xfeDoCommand(back)        \n\
  596.                                         \
  597.     Meta  Ctrl ~Shift<Key>Right:    xfeDoCommand(forward)        \n\
  598.      ~Alt Ctrl ~Shift<Key>Right:    xfeDoCommand(forward)        \n\
  599.     Meta  Ctrl ~Shift<Key>osfRight:xfeDoCommand(forward)        \n\
  600.      ~Alt Ctrl ~Shift<Key>osfRight:xfeDoCommand(forward)        \n\
  601.                                         \
  602.      ~Alt Ctrl ~Shift<Key>Down:    xfeDoCommand(nextMessage)\n\
  603.     Meta  Ctrl ~Shift<Key>Down:    xfeDoCommand(nextMessage)\n\
  604.      ~Alt Ctrl ~Shift<Key>osfDown: xfeDoCommand(nextMessage)\n\
  605.     Meta  Ctrl ~Shift<Key>osfDown: xfeDoCommand(nextMessage)\n\
  606.      ~Alt Ctrl Shift<Key>Down:     xfeDoCommand(nextUnreadMessage)\n\
  607.     Meta  Ctrl Shift<Key>Down:     xfeDoCommand(nextUnreadMessage)\n\
  608.      ~Alt Ctrl Shift<Key>osfDown:  xfeDoCommand(nextUnreadMessage)\n\
  609.     Meta  Ctrl Shift<Key>osfDown:  xfeDoCommand(nextUnreadMessage)\n\
  610.     Ctrl Shift<Key>Down:            xfeDoCommand(nextFlaggedMessage)    \n\
  611.     Ctrl Shift<Key>osfDown:        xfeDoCommand(nextFlaggedMessage)    \n\
  612.                                         \
  613.      ~Alt Ctrl ~Shift<Key>Up:      xfeDoCommand(previousMessage)\n\
  614.     Meta  Ctrl ~Shift<Key>Up:      xfeDoCommand(previousMessage)\n\
  615.      ~Alt Ctrl ~Shift<Key>osfUp:   xfeDoCommand(previousMessage)\n\
  616.     Meta  Ctrl ~Shift<Key>osfUp:   xfeDoCommand(previousMessage)\n\
  617.      ~Alt Ctrl Shift<Key>Up:       xfeDoCommand(previousUnreadMessage)\n\
  618.     Meta  Ctrl Shift<Key>Up:       xfeDoCommand(previousUnreadMessage)\n\
  619.      ~Alt Ctrl Shift<Key>osfUp:    xfeDoCommand(previousUnreadMessage)\n\
  620.     Meta  Ctrl Shift<Key>osfUp:    xfeDoCommand(previousUnreadMessage)\n\
  621.     Ctrl Shift<Key>Up:                xfeDoCommand(previousFlaggedMessage)\n\
  622.     Ctrl Shift<Key>osfUp:            xfeDoCommand(previousFlaggedMessage)\n\
  623.                                         \
  624.     :<Key>Delete:  xfeDoCommand(deleteAny)\n\
  625.     :<Key>Delete:  xfeDoCommand(deleteAny)\n\
  626.     :<Key>osfDelete:   xfeDoCommand(deleteAny)\n\
  627.     :<Key>osfDelete:  xfeDoCommand(deleteAny)\n\
  628.                                         \
  629.     ~Meta ~Alt ~Ctrl ~Shift<Key>Return: xfeDoCommand(openSelected)\n\
  630.     ~Meta ~Alt ~Ctrl ~Shift<Key>osfActivate: xfeDoCommand(openSelected)\n\
  631.                                         \
  632.     :~Meta ~Alt<Key>less: xfeDoCommand(markMessageUnread)\n\
  633.     :~Meta ~Alt<Key>greater: xfeDoCommand(nextUnreadCollection)\n\
  634.     :~Meta ~Alt<Key>backslash: xfeDoCommand(nextCollection)\n\
  635.     :~Meta ~Alt<Key>at:xfeDoCommand(showAllHeaders)\n\
  636.     :~Meta ~Alt<Key>numbersign:xfeDoCommand(showNormalHeaders)\n\
  637.     :~Meta ~Alt<Key>dollar:xfeDoCommand(showBriefHeaders)\n\
  638.     :~Meta ~Alt<Key>exclam:xfeDoCommand(rot13Message)\n\
  639.     :~Meta ~Alt<Key>period:xfeDoCommand(markMessages)\n\
  640.     :~Meta ~Alt<Key>asterisk:    xfeDoCommand(expandAll)\n\
  641.     :~Meta ~Alt<Key>plus:        xfeDoCommand(expand)\n\
  642.     :~Meta ~Alt<Key>slash:        xfeDoCommand(collapseAll)\n\
  643.     :~Meta ~Alt<Key>minus:        xfeDoCommand(collapse)\n\
  644.     :Alt <Key>Delete:      xfeDoCommand(deleteAny)\n\
  645.     :Meta<Key>Delete:      xfeDoCommand(deleteAny)\n\
  646.     :Alt <Key>osfDelete:    xfeDoCommand(deleteAny)\n\
  647.     :Meta<Key>osfDelete:    xfeDoCommand(deleteAny)\n
  648.  
  649.  
  650.  
  651. ! Translations in the MailCompose window.
  652. ! These are used instead of globalTranslations.
  653. !
  654. *mailcomposeGlobalTranslations:        #override            \
  655.                                     \
  656.     <Btn3Down>:            xfeDoPopup()            \n\
  657.     Meta  Ctrl<Key>D:        xfeDoCommand(delete)                \n\
  658.      ~Alt Ctrl<Key>D:        xfeDoCommand(delete)                \n\
  659.     Meta  Ctrl  Shift<Key>i: xfeDoCommand(viewSecurity)            \n\
  660.      ~Alt Ctrl  Shift<Key>i: xfeDoCommand(viewSecurity)            \n\
  661.     Meta  Ctrl ~Shift<Key>Return:        xfeDoCommand(sendMessageNow)    \n\
  662.      ~Alt Ctrl ~Shift<Key>Return:        xfeDoCommand(sendMessageNow)    \n\
  663.     Meta  Ctrl Shift<Key>Return:        xfeDoCommand(sendMessageLater)    \n\
  664.      ~Alt Ctrl Shift<Key>Return:        xfeDoCommand(sendMessageLater)    \n\
  665.     Meta  Ctrl<Key>k:        xfeDoCommand(spellCheck)        \n\
  666.      ~Alt Ctrl<Key>k:        xfeDoCommand(spellCheck)        \n\
  667.     Meta  Ctrl<Key>j:        xfeDoCommand(showComplPicker)        \n\
  668.      ~Alt Ctrl<Key>j:        xfeDoCommand(showComplPicker)        \n
  669.  
  670. ! Translations in the AddressOutliner portion of the compose window:
  671. !
  672. ! TraverseTranslations are for the recipient text field:
  673. *addressOutlinerTraverseTranslations:    #override    \
  674. :~Ctrl ~Shift <Key>osfDelete:     TableTraverse(DELETE)    \n\
  675. :~Ctrl ~Shift <Key>Delete:    TableTraverse(DELETE)    \n\
  676. :~Ctrl ~Shift <Key>BackSpace:  TableTraverse(BACKSPACE)\n\
  677. :~Ctrl ~Shift <Key>osfBackSpace:       TableTraverse(BACKSPACE)\n\
  678. ~Ctrl ~Shift <Key>osfRight:    TableTraverse(RIGHT)    \n\
  679. ~Ctrl ~Shift <Key>osfLeft:    TableTraverse(LEFT)    \n\
  680. <Key>osfInsert:            TableTraverse(INSERT)    \n\
  681. ~Ctrl ~Shift <Key>Insert:    TableTraverse(INSERT)    \n\
  682. ~Ctrl ~Shift <Key>osfBeginLine: TableTraverse(HOME)    \n\
  683. ~Ctrl ~Shift <Key>Home:        TableTraverse(HOME)    \n\
  684. ~Ctrl ~Shift <Key>End:        TableTraverse(END)    \n\
  685. ~Ctrl ~Shift <Key>osfEndLine:     TableTraverse(END)    \n\
  686. ~Ctrl ~Shift <Key>osfUp:           TableTraverse(UP)    \n\
  687. ~Ctrl ~Shift <Key>osfDown:      TableTraverse(DOWN)    \n\
  688. ~Ctrl ~Shift <Key>Tab:          TableTraverse(NEXT)    \n\
  689. ~Ctrl Shift <Key>Tab:              TableTraverse(PREVIOUS)    \n\
  690.     Meta  Ctrl<Key>D:        xfeDoCommand(autoComplOnOff)        \n\
  691.      ~Alt Ctrl<Key>D:        xfeDoCommand(autoComplOnOff)        \n
  692.  
  693. ! KeyTranslations are for the To/Cc/etc. field:
  694. *addressOutlinerKeyTranslations:        #override    \
  695.  ~Ctrl ~Shift <Key>osfRight:    TableTraverse(RIGHT)    \n\
  696. ~Ctrl ~Shift <Key>osfLeft:    TableTraverse(LEFT)    \n\
  697. ~Ctrl ~Shift <Key>osfDelete:    TableTraverse(DELETE)    \n\
  698. ~Ctrl ~Shift <Key>Delete:    TableTraverse(DELETE)    \n\
  699. <Key>osfInsert:            TableTraverse(INSERT)    \n\
  700. ~Ctrl ~Shift <Key>Insert:    TableTraverse(INSERT)    \n\
  701. ~Ctrl ~Shift <Key>osfBeginLine:    TableTraverse(HOME)    \n\
  702. ~Ctrl ~Shift <Key>Home:        TableTraverse(HOME)    \n\
  703. ~Ctrl ~Shift <Key>End:        TableTraverse(END)    \n\
  704. ~Ctrl ~Shift <Key>osfEndLine:    TableTraverse(END)    \n\
  705. ~Ctrl ~Shift <Key>osfUp:    TableTraverse(UP)    \n\
  706. ~Ctrl ~Shift <Key>osfDown:    TableTraverse(DOWN)    \n\
  707. ~Ctrl ~Shift <Key>Tab:        TableTraverse(NEXT)    \n\
  708. ~Ctrl Shift <Key>Tab:        TableTraverse(PREVIOUS)    \n\
  709. ~Ctrl ~Shift <Key>t:        KeyIn(To:)        \n\
  710. ~Ctrl Shift <Key>t:        KeyIn(To:)        \n\
  711. ~Ctrl ~Shift <Key>c:        KeyIn(Cc:)        \n\
  712. ~Ctrl Shift <Key>c:        KeyIn(Cc:)        \n\
  713. ~Ctrl ~Shift <Key>b:        KeyIn(Bcc:)        \n\
  714. ~Ctrl Shift <Key>b:        KeyIn(Bcc:)        \n\
  715. ~Ctrl ~Shift <Key>n:        KeyIn(Newsgroup:)    \n\
  716. ~Ctrl Shift <Key>n:        KeyIn(Newsgroup:)    \n\
  717. ~Ctrl ~Shift <Key>f:        KeyIn(Followup-To:)    \n\
  718. ~Ctrl Shift <Key>f:        KeyIn(Followup-To:)    \n\
  719. ~Ctrl ~Shift <Key>r:        KeyIn(Reply-To:)    \n\
  720. ~Ctrl Shift <Key>r:        KeyIn(Reply-To:)    \n
  721.  
  722. ! Translations in the MailNews Search window.
  723. ! These are used instead of globalTranslations.
  724. !
  725. *mnsearchGlobalTranslations:          #override                       \
  726.       <Btn3Down>:                     xfeDoPopup()\n\
  727.       Meta  Ctrl<Key>D:               xfeDoCommand(deleteMessage)\n\
  728.        ~Alt Ctrl<Key>D:               xfeDoCommand(deleteMessage)\n
  729.  
  730. ! Translations in the Bookmarks and Adderssbook window.
  731. ! These translations are used instead of globalTranslations.
  732. ! None of the key *semantics* of globalTranslations are changed here,
  733. ! only the actions bound.  (And inapplicable actions are not present.)
  734. !
  735. *bmGlobalTranslations:            #override            \
  736.     <Btn3Down>:                xfeDoPopup()                    \n\
  737.    ~Meta ~Alt ~Ctrl<Key>space:    PageDown()                    \n\
  738.     Meta  Ctrl<Key>D:        xfeDoCommand(delete)            \n\
  739.      ~Alt Ctrl<Key>D:        xfeDoCommand(delete)            \n\
  740.     Meta  Ctrl<Key>F:        xfeDoCommand(findInObject)        \n\
  741.      ~Alt Ctrl<Key>F:        xfeDoCommand(findInObject)        \n\
  742.     Meta  Ctrl<Key>G:        xfeDoCommand(findAgain)            \n\
  743.      ~Alt Ctrl<Key>G:        xfeDoCommand(findAgain)            \n\
  744.     Meta  Ctrl<Key>O:        xfeDoCommand(openSelected)            \n\
  745.      ~Alt Ctrl<Key>O:        xfeDoCommand(openSelected)            \n\
  746. ~Meta ~Alt ~Ctrl  Shift <Key>Up:   xfeDoCommand(moveBookmarkUp)\n\
  747. ~Meta ~Alt ~Ctrl  Shift <Key>Down: xfeDoCommand(moveBookmarkDown)\n\
  748. ~Meta ~Alt ~Ctrl  Shift <Key>osfUp:   xfeDoCommand(moveBookmarkUp)\n\
  749. ~Meta ~Alt ~Ctrl  Shift <Key>osfDown: xfeDoCommand(moveBookmarkDown)\n\
  750. ~Meta ~Alt ~Ctrl ~Shift <Key>Up:        LineUp()    \n\
  751. ~Meta ~Alt ~Ctrl ~Shift <Key>Down:      LineDown()    \n\
  752. ~Meta ~Alt ~Ctrl ~Shift <Key>osfUp:        LineUp()    \n\
  753. ~Meta ~Alt ~Ctrl ~Shift <Key>osfDown:      LineDown()    \n\
  754.     ~Meta ~Alt ~Ctrl<Key>Prior:        PageUp()                    \n\
  755.     ~Meta ~Alt ~Ctrl<Key>Next:        PageDown()                    \n\
  756.     ~Meta ~Alt ~Ctrl<Key>osfPageUp:        PageUp()                \n\
  757.     ~Meta ~Alt ~Ctrl<Key>osfPageDown:    PageDown()                \n
  758.  
  759. *abGlobalTranslations:            #override            \
  760.     <Btn3Down>:                xfeDoPopup()            \n\
  761.     Meta  Ctrl<Key>D:        xfeDoCommand(abDelete)    \n\
  762.      ~Alt Ctrl<Key>D:        xfeDoCommand(abDelete)    \n\
  763.     Meta  Ctrl<Key>Y:        xfeDoCommand(redo)                    \n\
  764.      ~Alt Ctrl<Key>Y:        xfeDoCommand(redo)                    \n\
  765.     Meta  Ctrl<Key>Z:        xfeDoCommand(undo)                    \n\
  766.      ~Alt Ctrl<Key>Z:        xfeDoCommand(undo)                    \n\
  767.                                            \
  768.         <Key>Undo:          xfeDoCommand(undo)\n\
  769.         <Key>osfUndo:       xfeDoCommand(undo)\n\
  770.               <Key>Escape:        xfeDoCommand(stopLoading)        \n\
  771.               <Key>osfCancel:    xfeDoCommand(stopLoading)        \n
  772.  
  773. ! Translations in the textfield portion of the mailing list view 
  774. !
  775. ! TraverseTranslations are for the text field:
  776. *abmlistTraverseTranslations:    #override    \
  777. ~Ctrl ~Shift <Key>BackSpace:  TableTraverse(BACKSPACE)\n\
  778. ~Ctrl ~Shift <Key>Tab:          TableTraverse(NEXT)    \n\
  779. ~Ctrl Shift <Key>Tab:              TableTraverse(PREVIOUS)    \n
  780.  
  781. ! Translations in the History window.
  782. ! These translations are used instead of globalTranslations.
  783. ! None of the key *semantics* of globalTranslations are changed here,
  784. ! only the actions bound.  (And inapplicable actions are not present.)
  785. !
  786. !    <Btn3Down>:            xfeDoPopup()            \n\
  787. *ghGlobalTranslations:            #override            \
  788.  Meta  Ctrl<Key>D:        xfeDoCommand(delete)    \n\
  789.   ~Alt Ctrl<Key>D:        xfeDoCommand(delete)    \n\
  790.  Meta  Ctrl<Key>O:        xfeDoCommand(openSelected)            \n\
  791.   ~Alt Ctrl<Key>O:        xfeDoCommand(openSelected)            \n\
  792. ~Meta ~Alt ~Ctrl<Key>space:    PageDown()        \n\
  793. ~Meta ~Alt ~Ctrl ~Shift <Key>Up:        LineUp()    \n\
  794. ~Meta ~Alt ~Ctrl ~Shift <Key>Down:      LineDown()    \n\
  795. ~Meta ~Alt ~Ctrl ~Shift <Key>osfUp:        LineUp()    \n\
  796. ~Meta ~Alt ~Ctrl ~Shift <Key>osfDown:      LineDown()    \n\
  797.     ~Meta ~Alt ~Ctrl<Key>Prior:        PageUp()                    \n\
  798.     ~Meta ~Alt ~Ctrl<Key>Next:        PageDown()                    \n\
  799.     ~Meta ~Alt ~Ctrl<Key>osfPageUp:        PageUp()                \n\
  800.     ~Meta ~Alt ~Ctrl<Key>osfPageDown:    PageDown()                \n
  801.  
  802. !
  803. ! Translations for document source window
  804. *dialogGlobalTranslations:        #override            \n\
  805.                                     \
  806.     Meta  Ctrl<Key>W:        xfeDoCommand(close)            \n\
  807.      ~Alt Ctrl<Key>W:        xfeDoCommand(close)            \n
  808.  
  809.  
  810.  
  811. ! Mouse bindings in the HTML display area.
  812. *drawingArea.translations:        #replace            \
  813.     <Btn1Down>:            ArmLink()            \n\
  814.     <Btn2Down>:            ArmLink()            \n\
  815.     ~Shift<Btn1Up>:            ActivateLink()            \n\
  816.     ~Shift<Btn2Up>:            ActivateLink(new-window)    \
  817.                     DisarmLink()            \n\
  818.     Shift<Btn1Up>:            ActivateLink(save-only)        \
  819.                     DisarmLink()            \n\
  820.     Shift<Btn2Up>:            ActivateLink(save-only)        \
  821.                     DisarmLink()            \n\
  822.     <Btn1Motion>:            DisarmLinkIfMoved()        \n\
  823.     <Btn2Motion>:            DisarmLinkIfMoved()        \n\
  824.     <Btn3Motion>:            DisarmLinkIfMoved()        \n\
  825.     <Motion>:            DescribeLink()            \n\
  826.     <Btn3Down>:            xfeDoPopup()            \n\
  827.     <Btn3Up>:                       ActivatePopup()            \n\
  828.     Ctrl<Btn4Down>:            PageUp()            \n\
  829.     Ctrl<Btn5Down>:            PageDown()            \n\
  830.     Shift<Btn4Down>:        LineUp()            \n\
  831.     Shift<Btn5Down>:        LineDown()            \n\
  832.     None<Btn4Down>:            LineUp()LineUp()LineUp()    \
  833.                     LineUp()LineUp()LineUp()    \n\
  834.     None<Btn5Down>:            LineDown()LineDown()LineDown()    \
  835.                     LineDown()LineDown()LineDown()    \n\
  836.     Alt<Btn4Down>:            xfeDoCommand(forward)        \n\
  837.     Alt<Btn5Down>:            xfeDoCommand(back)        \n
  838.  
  839.  
  840. *drawingArea*XmList.highlightThickness:    2
  841.  
  842.  
  843. ! Some basic emacs-like bindings for text fields.
  844. !
  845. ! "editingTranslations" are merged into all XmText and XmTextField widgets.
  846. ! Then, either "multiLinEditingTranslations" or "singleLinEditingTranslations"
  847. ! are merged in, depending on whether it is an XmText or XmTextField widget.
  848. ! These resources are merged in after "globalTranslations", so it is possible
  849. ! for them to override the menu accelerators.
  850. !
  851. ! Problems:
  852. !  = I don't understand why the "Ctrl<Key>g" binding does nothing.
  853. !  = I wish things like `C-k C-k C-k C-n C-k C-k C-y' did the right thing.
  854. !  = This doesn't quite do active regions right, in that C-SPC M-f doesn't
  855. !    leave the word highlighted (though it does leave a region set.)
  856. ! Basically, XmText is not Emacs, and we therefore exist in a world of pain.
  857. !
  858. !  NOTE: if you're looking here because BackSpace and Delete aren't
  859. !        working the way you think they should, then you need to run
  860. !        xmodmap or xkeycaps to fix your keyboard, or mess read the man
  861. !        page for VirtualBindings(1).  For details, see the Netscape FAQ
  862. !        (available from the Help menu.)
  863. !
  864. *editingTranslations:            #override            \n\
  865.     Meta  Ctrl<Key>A:        select-all()                \n\
  866.      ~Alt Ctrl<Key>A:        select-all()                \n\
  867.     ~Meta ~Alt Ctrl<Key>u:        beginning-of-line()        \n\
  868.     ~Meta ~Alt  Shift Ctrl<Key>a:    beginning-of-line(extend)    \n\
  869.     ~Meta ~Alt ~Shift Ctrl<Key>b:    backward-character()        \n\
  870.     ~Meta ~Alt  Shift Ctrl<Key>b:    backward-character(extend)    \n\
  871.     ~Meta ~Alt        Ctrl<Key>d:    delete-next-character()        \n\
  872.     ~Meta ~Alt ~Shift Ctrl<Key>e:    end-of-line()            \n\
  873.     ~Meta ~Alt  Shift Ctrl<Key>e:    end-of-line(extend)        \n\
  874.     ~Meta ~Alt ~Shift Ctrl<Key>f:    forward-character()        \n\
  875.     ~Meta ~Alt  Shift Ctrl<Key>f:    forward-character(extend)    \n\
  876.     ~Meta ~Alt        Ctrl<Key>g:    process-cancel()        \n\
  877.     ~Meta ~Alt        Ctrl<Key>h:    delete-previous-character()    \n\
  878.     ~Meta ~Alt        Ctrl<Key>v:    undefined-key()    \n\
  879.     ~Meta ~Alt        Ctrl<Key>space: set-anchor()            \n\
  880.     ~Meta ~Alt        Ctrl<Key>2:    set-anchor()            \n\
  881.     ~Meta ~Alt        Ctrl<Key>@:    set-anchor()            \n\
  882.                                     \
  883.     Meta  Ctrl ~Shift<Key>b:    backward-word()            \n\
  884.      ~Alt Ctrl ~Shift<Key>b:    backward-word()            \n\
  885.     Meta  Ctrl  Shift<Key>b:    backward-word(extend)        \n\
  886.      ~Alt Ctrl  Shift<Key>b:    backward-word(extend)        \n\
  887.     Meta  Ctrl ~Shift<Key>f:    forward-word()            \n\
  888.      ~Alt Ctrl ~Shift<Key>f:    forward-word()            \n\
  889.     Meta  Ctrl  Shift<Key>f:    forward-word(extend)        \n\
  890.      ~Alt Ctrl  Shift<Key>f:    forward-word(extend)        \n\
  891.     Meta  Ctrl ~Shift<Key>osfLeft:    backward-word()            \n\
  892.      ~Alt Ctrl ~Shift<Key>osfLeft:    backward-word()            \n\
  893.     Meta  Ctrl  Shift<Key>osfLeft:    backward-word(extend)        \n\
  894.      ~Alt Ctrl  Shift<Key>osfLeft:    backward-word(extend)        \n\
  895.     Meta  Ctrl ~Shift<Key>osfRight:forward-word()            \n\
  896.      ~Alt Ctrl ~Shift<Key>osfRight:forward-word()            \n\
  897.     Meta  Ctrl  Shift<Key>osfRight:forward-word(extend)        \n\
  898.      ~Alt Ctrl  Shift<Key>osfRight:forward-word(extend)\n
  899.  
  900. !                       <KeyUp>: KeyUpInText()\n
  901. !       Meta  Ctrl       <Key>w:        copy-clipboard()\n\
  902. !        ~Alt Ctrl       <Key>w:        copy-clipboard()\n\
  903.  
  904. ! Translations that apply only to javascript form element text fields;
  905. ! This translation should only be added for text fields that is shown in a
  906. ! script page.
  907. ! SHOULD NOT apply this translation to any regular motif text field.
  908. ! because it will trigger the javascript layout stuff and introduce crash.
  909. *formElemEditingTranslations:            #override\n\
  910.             <KeyUp>: KeyUpInText()\n
  911.  
  912. ! Translations that apply only to single-line fields; see above.
  913. !
  914. ! Ctrl-U clears the current line only in single-line fields.  Unix
  915. ! command-line weenies expect this, even though everyone knows Ctrl-U
  916. ! should mean "prefix argument".
  917. !
  918. ! In single-line fields, the various killing commands are really deletion
  919. ! commands instead (that is, they don't affect the Clipboard and are not
  920. ! undoable with Ctrl-y) because the XmTextField widget does not provide
  921. ! kill commands -- only the XmText widget does.  (What the hell is up with
  922. ! that...)  Maybe we could get around this by never using XmTextField, and
  923. ! only using XmText with editMode set to SINGLE_LINE_EDIT, but that might
  924. ! have other unexpected effects...
  925. !
  926. ! I thought of making Meta-d be `set-anchor() forward-word() cut-clipboard()',
  927. ! but that doesn't work, because forward-word takes the whitespace after the
  928. ! word as well, instead of stopping before the whitespace.
  929. !
  930. ! Similarly, Ctrl-k can't be implemented with
  931. ! `set-anchor() end-of-line(extend) cut-clipboard() delete-selection()'
  932. ! because that has the side effect of (temporarily) owning the selection,
  933. ! which would make it impossible to: select text in another application;
  934. ! type C-k at Netscape; Click middle to paste.  The paste would be impossible
  935. ! because C-k would have cleared the selection.
  936. !
  937. *singleLineEditingTranslations:        #override            \n\
  938.     Meta ~Alt ~Ctrl<Key>x:        xfeDoText(cut)    \n\
  939.     Meta ~Alt ~Ctrl<Key>c:        xfeDoText(copy)    \n\
  940.     Meta ~Alt ~Ctrl<Key>v:        xfeDoText(paste)    \n\
  941.     Meta ~Alt ~Ctrl<Key>y:        xfeDoText(paste)    \n\
  942.                                     \
  943.     ~Meta Alt ~Ctrl<Key>x:        xfeDoText(cut)    \n\
  944.     ~Meta Alt ~Ctrl<Key>c:        xfeDoText(copy)    \n\
  945.     ~Meta Alt ~Ctrl<Key>v:        xfeDoText(paste)    \n\
  946.     ~Meta Alt ~Ctrl<Key>y:        xfeDoText(paste)    \n\
  947.                                     \
  948.     ~Meta ~Alt Ctrl<Key>v:        xfeDoText(paste)    \n\
  949.     ~Meta ~Alt Ctrl<Key>y:        xfeDoText(redo)    \n\
  950.                                     \
  951.     ~Meta ~Alt ~Ctrl<Key>SunCopy:   xfeDoText(copy)        \n\
  952.     ~Meta ~Alt ~Ctrl<Key>SunPaste:  xfeDoText(paste)    \n\
  953.     ~Meta ~Alt ~Ctrl<Key>SunCut:    xfeDoText(cut)        \n\
  954.                                     \
  955.     ~Meta ~Alt Ctrl<Key>u:        beginning-of-line()        \
  956.                     delete-to-end-of-line()        \n\
  957.     ~Meta ~Alt Ctrl<Key>k:        delete-to-end-of-line()        \n\
  958.     ~Meta ~Alt Ctrl<Key>l:        xfeDoCommand(refresh)            \n\
  959.     ~Meta ~Alt Ctrl<Key>w:        key-select()            \
  960.                     delete-selection()        \n\
  961.     Meta  Ctrl       <Key>d:    delete-next-word()        \n\
  962.      ~Alt Ctrl       <Key>d:    delete-next-word()        \n\
  963.      ~Alt Ctrl       <Key><:    set-anchor()            \
  964.                     beginning-of-line()        \n\
  965.     Meta  Ctrl       <Key><:    set-anchor()            \
  966.                     beginning-of-line()        \n\
  967.       ~Alt Ctrl       <Key>>:    set-anchor()            \
  968.                     end-of-line()            \n\
  969.     Meta  Ctrl       <Key>>:    set-anchor()            \
  970.                     end-of-line()            \n\
  971.     ~Alt  Ctrl       <Key><:    set-anchor()            \
  972.                     beginning-of-line(extend)    \n\
  973.    ~Meta  Ctrl       <Key><:    set-anchor()            \
  974.                     beginning-of-line(extend)    \n\
  975.     ~Alt  Ctrl       <Key>>:    set-anchor()            \
  976.                     end-of-line(extend)        \n\
  977.    ~Meta  Ctrl       <Key>>:    set-anchor()            \
  978.                     end-of-line(extend)        \n\
  979.     Meta  Ctrl<Key>osfBackSpace:    delete-previous-word()        \n\
  980.      ~Alt Ctrl<Key>osfBackSpace:    delete-previous-word()        \n\
  981.     Meta  Ctrl<Key>osfDelete:    delete-next-word()        \n\
  982.      ~Alt Ctrl<Key>osfDelete:    delete-next-word()        \n\
  983.                                     \
  984.     ~Meta ~Alt ~Ctrl<Key>osfLeft:    deselect-all()            \
  985.                     backward-character()        \n\
  986.     ~Meta ~Alt ~Ctrl<Key>osfRight:    deselect-all()            \
  987.                     forward-character()        \n
  988.  
  989. ! Translations that apply only to multi-line fields; see above.
  990. ! Most of these are here because they are commands that only apply when
  991. ! the text area has multiple lines in it, but see above comment about
  992. ! "kill" commands versus "delete" commands.
  993. !
  994. ! NOTE... [ had to modify the following to prevent overriding paste ]
  995. !
  996. !    Meta  Ctrl ~Shift<Key>v:    previous-page()            \n\
  997. !     ~Alt Ctrl ~Shift<Key>v:    previous-page()            \n\
  998. !
  999. *multiLineEditingTranslations:        #override            \n\
  1000.     Meta ~Alt ~Ctrl<Key>x:        xfeDoText(cut)    \n\
  1001.     Meta ~Alt ~Ctrl<Key>c:        xfeDoText(copy)    \n\
  1002.     Meta ~Alt ~Ctrl<Key>v:        xfeDoText(paste)    \n\
  1003.     Meta ~Alt ~Ctrl<Key>y:        xfeDoText(paste)    \n\
  1004.                                     \
  1005.     ~Meta Alt ~Ctrl<Key>x:        xfeDoText(cut)    \n\
  1006.     ~Meta Alt ~Ctrl<Key>c:        xfeDoText(copy)    \n\
  1007.     ~Meta Alt ~Ctrl<Key>v:        xfeDoText(paste)    \n\
  1008.     ~Meta Alt ~Ctrl<Key>y:        xfeDoText(paste)    \n\
  1009.                                     \
  1010.     ~Meta ~Alt Ctrl<Key>v:        xfeDoText(paste)    \n\
  1011.     ~Meta ~Alt Ctrl<Key>y:        xfeDoText(redo)    \n\
  1012.                                     \
  1013.     ~Meta ~Alt ~Ctrl<Key>SunCopy:   xfeDoText(copy)        \n\
  1014.     ~Meta ~Alt ~Ctrl<Key>SunPaste:  xfeDoText(paste)    \n\
  1015.     ~Meta ~Alt ~Ctrl<Key>SunCut:    xfeDoText(cut)        \n\
  1016.                                     \
  1017.     ~Meta ~Alt Ctrl<Key>k:        kill-to-end-of-line()        \n\
  1018.     ~Meta ~Alt Ctrl<Key>w:        key-select() kill-selection()    \n\
  1019.     Meta  Ctrl       <Key>d:    kill-next-word()        \n\
  1020.      ~Alt Ctrl       <Key>d:    kill-next-word()        \n\
  1021.     ~Meta ~Alt        Ctrl<Key>l:    redraw-display() xfeDoCommand(refresh)    \n\
  1022.     Meta  Ctrl<Key>osfBackSpace:    kill-previous-word()        \n\
  1023.      ~Alt Ctrl<Key>osfBackSpace:    kill-previous-word()        \n\
  1024.     Meta  Ctrl<Key>osfDelete:    kill-next-word()        \n\
  1025.      ~Alt Ctrl<Key>osfDelete:    kill-next-word()        \n\
  1026.                                     \
  1027.     ~Meta ~Alt Ctrl<Key>j:        newline-and-indent()        \n\
  1028.     ~Meta ~Alt Ctrl<Key>o:        newline-and-backup()        \n\
  1029.     ~Meta ~Alt ~Shift Ctrl<Key>n:    next-line()            \n\
  1030.     ~Meta ~Alt  Shift Ctrl<Key>n:    next-line(extend)        \n\
  1031.     ~Meta ~Alt ~Shift Ctrl<Key>p:    previous-line()            \n\
  1032.     ~Meta ~Alt  Shift Ctrl<Key>p:    previous-line(extend)        \n\
  1033.     ~Meta ~Alt ~Shift Ctrl<Key>v:    next-page()            \n\
  1034.     ~Meta ~Alt  Shift Ctrl<Key>v:    next-page(extend)        \n\
  1035.     Meta  Ctrl ~Shift<Key>v:    previous-page()            \n\
  1036.      Alt  Ctrl ~Shift<Key>v:    previous-page()            \n\
  1037.     Meta  Ctrl  Shift<Key>v:    previous-page(extend)        \n\
  1038.      ~Alt Ctrl  Shift<Key>v:    previous-page(extend)        \n\
  1039.      ~Alt Ctrl ~Shift<Key>braceleft:    backward-paragraph()        \n\
  1040.     Meta  Ctrl ~Shift<Key>braceleft:    backward-paragraph()        \n\
  1041.      ~Alt Ctrl  Shift<Key>braceleft:    backward-paragraph(extend)    \n\
  1042.     Meta  Ctrl  Shift<Key>braceleft:    backward-paragraph(extend)    \n\
  1043.      ~Alt Ctrl ~Shift<Key>braceright:    forward-paragraph()        \n\
  1044.     Meta  Ctrl ~Shift<Key>braceright:    forward-paragraph()        \n\
  1045.      ~Alt Ctrl  Shift<Key>braceright:    forward-paragraph(extend)    \n\
  1046.     Meta  Ctrl  Shift<Key>braceright:    forward-paragraph(extend)    \n\
  1047.      ~Alt Ctrl       <Key><:    set-anchor()            \
  1048.                     beginning-of-file()        \n\
  1049.     Meta  Ctrl       <Key><:    set-anchor()            \
  1050.                     beginning-of-file()        \n\
  1051.       ~Alt Ctrl       <Key>>:    set-anchor()            \
  1052.                     end-of-file()            \n\
  1053.     Meta  Ctrl       <Key>>:    set-anchor()            \
  1054.                     end-of-file()            \n\
  1055.     ~Alt  Ctrl       <Key><:    set-anchor()            \
  1056.                     beginning-of-file(extend)    \n\
  1057.        ~Meta  Ctrl       <Key><:    set-anchor()            \
  1058.                     beginning-of-file(extend)    \n\
  1059.     ~Alt  Ctrl       <Key>>:    set-anchor()            \
  1060.                     end-of-file(extend)        \n\
  1061.        ~Meta  Ctrl       <Key>>:    set-anchor()            \
  1062.                     end-of-file(extend)        \n\
  1063.     ~Meta ~Alt ~Ctrl<Key>Prior:    previous-page()            \n\
  1064.     ~Meta ~Alt ~Ctrl<Key>Next:    next-page()            \n\
  1065.     ~Meta ~Alt ~Ctrl<Key>osfPageUp:    previous-page()            \n\
  1066.     ~Meta ~Alt ~Ctrl<Key>osfPageDown: next-page()            \n\
  1067.     ~Meta ~Alt ~Ctrl ~Shift<Key>osfPageUp:    previous-page()        \n\
  1068.     ~Meta ~Alt ~Ctrl Shift<Key>osfPageUp:    previous-page(extend)    \n\
  1069.     ~Meta ~Alt ~Ctrl ~Shift<Key>osfPageDown: next-page()        \n\
  1070.     ~Meta ~Alt ~Ctrl Shift<Key>osfPageDown: next-page(extend)    \n\
  1071.     Ctrl  <Key>/:            undefined-key()            \n
  1072.  
  1073. ! Since these get merged in first, all the other bindings override them.
  1074. ! This is just so that undefined non-self-inserting keys beep.
  1075. ! (Except that this doesn't really work that well, so nevermind.)
  1076. !*XmText.translations:        #override                \
  1077. !            Ctrl <Key>:    undefined-key()            \n\
  1078. !            Meta <Key>:    undefined-key()            \n\
  1079. !             Alt <Key>:    undefined-key()            \n
  1080. !*XmTextField.translations:    #override                \
  1081. !            Ctrl <Key>:    undefined-key()            \n\
  1082. !            Meta <Key>:    undefined-key()            \n\
  1083. !             Alt <Key>:    undefined-key()            \n
  1084.  
  1085.  
  1086. ! We merge these translations into all text fields which are not the
  1087. ! bottommost text field in a dialog box (transient popup.)  This is so that
  1088. ! hitting `return' in a text field will select the next text field if there
  1089. ! is one, and will select the "OK" button if there are no more.
  1090. !
  1091. *nonterminalTextTranslations:    #override                \n\
  1092.     <Key>Return:        next-tab-group()            \n\
  1093.     <Key>Linefeed:        next-tab-group()            \n
  1094.  
  1095. ! This is used for self-submitting text fields in HTML forms (not popups.)
  1096. ! We don't need to store these in to dialog box text fields, since in that
  1097. ! case we are able to simply avoid storing in the above ones, but we don't
  1098. ! know that until too late with forms.
  1099. *terminalTextTranslations:    #override                \n\
  1100.     <Key>Return:        activate()                \n\
  1101.     <Key>Linefeed:        activate()                \n
  1102.  
  1103. ! These translations are installed on every TextField widget in the main tree,
  1104. ! but *not* on text fields in dialogs, or in the mail composition window
  1105. ! (that's the difference between this and singleLineEditingTranslations.)
  1106. *globalTextFieldTranslations:        #override            \n\
  1107.     ~Meta ~Alt ~Ctrl<Key>Up:    LineUp()            \n\
  1108.     ~Meta ~Alt ~Ctrl<Key>Down:    LineDown()            \n\
  1109.     ~Meta ~Alt ~Ctrl<Key>osfUp:    LineUp()            \n\
  1110.     ~Meta ~Alt ~Ctrl<Key>osfDown:    LineDown()            \n
  1111.  
  1112. ! These keysyms are apparently an R6ism.
  1113. !    ~Meta ~Alt ~Ctrl<Key>KP_Up:    LineUp()            \n\
  1114. !    ~Meta ~Alt ~Ctrl<Key>KP_Down:    LineDown()            \n\
  1115.  
  1116.  
  1117. ! We install these on every widget in the main tree (but not popups) that isn't
  1118. ! a Text or TextField or List.These, basically, are motion commands that ought
  1119. ! to apply to the HTML display area unless some text field or List has focus,
  1120. ! in which case they ought to apply to the text in that text field instead.
  1121. ! Doesn't all this crap just make you want to hurl?
  1122. *globalNonTextTranslations:        #override            \n\
  1123.     ~Meta ~Alt ~Ctrl<Key>space:    xfeDoCommand(spacebar)        \n\
  1124.                                       \
  1125.     ~Meta ~Alt ~Ctrl<Key>Delete:    PageUp()            \n\
  1126.     ~Meta ~Alt ~Ctrl<Key>BackSpace:    PageUp()            \n\
  1127.     ~Meta ~Alt ~Ctrl<Key>Up:    LineUp()            \n\
  1128.     ~Meta ~Alt ~Ctrl<Key>Down:    LineDown()            \n\
  1129.     ~Meta ~Alt ~Ctrl<Key>Left:    ColumnLeft()            \n\
  1130.     ~Meta ~Alt ~Ctrl<Key>Right:    ColumnRight()            \n\
  1131.                                       \
  1132.     ~Meta ~Alt ~Ctrl<Key>osfDelete:    PageUp()            \n\
  1133.     ~Meta ~Alt ~Ctrl<Key>osfBackSpace:PageUp()            \n\
  1134.      Meta  Ctrl<Key>g:        fishcam()            \n\
  1135.       Alt  Ctrl<Key>g:        fishcam()            \n\
  1136.      Meta  Ctrl<Key>t:        net_showstatus()        \n\
  1137.       Alt  Ctrl<Key>t:        net_showstatus()        \n\
  1138.     ~Meta ~Alt ~Ctrl<Key>osfUp:    LineUp()            \n\
  1139.     ~Meta ~Alt ~Ctrl<Key>osfDown:    LineDown()            \n\
  1140.     ~Meta ~Alt ~Ctrl<Key>osfLeft:    ColumnLeft()            \n\
  1141.     ~Meta ~Alt ~Ctrl<Key>osfRight:    ColumnRight()            \n\
  1142.                                       \
  1143.     ~Meta ~Alt ~Ctrl<Key>Prior:        PageUp()        \n\
  1144.     ~Meta ~Alt ~Ctrl<Key>Next:        PageDown()        \n\
  1145.     ~Meta ~Alt ~Ctrl<Key>osfPageUp:        PageUp()        \n\
  1146.     ~Meta ~Alt ~Ctrl<Key>osfPageDown:    PageDown()        \n\
  1147.     Shift<Btn4Down>:        LineUp()            \n\
  1148.     Shift<Btn5Down>:        LineDown()            \n\
  1149.     None<Btn4Down>:            LineUp()LineUp()LineUp()      \
  1150.                     LineUp()LineUp()LineUp()    \n\
  1151.     None<Btn5Down>:            LineDown()LineDown()LineDown()      \
  1152.                     LineDown()LineDown()LineDown()    \n\
  1153.     Alt<Btn4Down>:            xfeDoCommand(forward)        \n\
  1154.     Alt<Btn5Down>:             xfeDoCommand(back)        \n
  1155.  
  1156.  
  1157. ! These keysyms are apparently an R6ism.
  1158. !    ~Meta ~Alt ~Ctrl<Key>KP_Up:    LineUp()            \n\
  1159. !    ~Meta ~Alt ~Ctrl<Key>KP_Down:    LineDown()            \n\
  1160. !    ~Meta ~Alt ~Ctrl<Key>KP_Left:    ColumnLeft()            \n\
  1161. !    ~Meta ~Alt ~Ctrl<Key>KP_Right:    ColumnRight()            \n\
  1162. !    ~Meta ~Alt ~Ctrl<Key>KP_Prior:    PageUp()            \n\
  1163. !    ~Meta ~Alt ~Ctrl<Key>KP_Next:    PageDown()            \n\
  1164.  
  1165. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1166. ! Editor mouse translations
  1167. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1168. *editorDrawingArea.translations: #replace \
  1169.     <Btn3Down>:  xfeDoCommand(showPopup)\n\
  1170.     Shift<Btn1Down>:  xfeDoCommand(select,extend)\n\
  1171.     <Btn1Down>:  xfeDoClick(single,{,select,grab,}, \
  1172.                             double,{,objectIs,text,  {,select,word,}, \
  1173.                                               image, {,dialog,image,}, \
  1174.                                               hrule, {,dialog,hrule,}, \
  1175.                                               target,{,dialog,target,}, \
  1176.                                               tag,   {,dialog,tag,},})\n\
  1177.     <Btn1Motion>:            xfeDoCommand(select,extend)\n\
  1178.     <Btn1Up>:                xfeDoCommand(select,end)        \n\
  1179.     <Btn2Down>:                xfeDoCommand(paste,selection)\n\
  1180.     <Btn2Motion>:            \n\
  1181.     <Btn2Up>:                \n\
  1182.     <Motion>:     editor-motion()\n
  1183.  
  1184. ! Editor keyboard translations.
  1185. *editorTranslations:            #override            \n\
  1186.                                     \
  1187.     Meta  Ctrl ~Shift<Key>o: xfeDoCommand(openPage)                \n\
  1188.      ~Alt Ctrl ~Shift<Key>o: xfeDoCommand(openPage)                \n\
  1189.     Meta  Ctrl  Shift<Key>o: xfeDoCommand(openPageChooseFile)    \n\
  1190.      ~Alt Ctrl  Shift<Key>o: xfeDoCommand(openPageChooseFile)    \n\
  1191.     Meta  Ctrl<Key>s:        xfeDoCommand(save)            \n\
  1192.      ~Alt Ctrl<Key>s:        xfeDoCommand(save)            \n\
  1193.     Meta  Ctrl<Key>r:        xfeDoCommand(reload)            \n\
  1194.      ~Alt Ctrl<Key>r:        xfeDoCommand(reload)            \n\
  1195.     Meta  Ctrl Shift<Key>r:    xfeDoCommand(reload,super)            \n\
  1196.      ~Alt Ctrl Shift<Key>r:    xfeDoCommand(reload,super)            \n\
  1197.     Meta  Ctrl<Key>P:        xfeDoCommand(print)                \n\
  1198.      ~Alt Ctrl<Key>P:        xfeDoCommand(print)                \n\
  1199.                                     \
  1200.     ~Meta ~Alt Ctrl<Key>h:        xfeDoCommand(deleteItem,previous)\n\
  1201.      Meta  Ctrl ~Shift <Key>Return:        xfeDoCommand(sendMessageNow)    \n\
  1202.      ~Alt Ctrl ~Shift <Key>Return:        xfeDoCommand(sendMessageNow)    \n\
  1203.      Meta  Ctrl Shift <Key>Return:        xfeDoCommand(sendMessageLater)    \n\
  1204.      ~Alt Ctrl Shift <Key>Return:        xfeDoCommand(sendMessageLater)    \n\
  1205.     Meta  Ctrl<Key>k:        xfeDoCommand(spellCheck)        \n\
  1206.      ~Alt Ctrl<Key>k:        xfeDoCommand(spellCheck)        \n\
  1207.     ~Meta ~Alt ~Ctrl<Key>Up:    xfeDoCommand(moveCursor,up)        \n\
  1208.     ~Meta ~Alt ~Ctrl<Key>Down:    xfeDoCommand(moveCursor,down)        \n\
  1209.     ~Meta ~Alt ~Ctrl<Key>osfUp:    xfeDoCommand(moveCursor,up)        \n\
  1210.     ~Meta ~Alt ~Ctrl<Key>osfDown:    xfeDoCommand(moveCursor,down)        \n\
  1211.     ~Meta ~Alt ~Ctrl<Key>osfLeft:    xfeDoCommand(moveCursor,previous)    \n\
  1212.     ~Meta ~Alt ~Ctrl<Key>osfRight:    xfeDoCommand(moveCursor,next)    \n\
  1213.     ~Meta ~Alt Ctrl<Key>osfLeft:    xfeDoCommand(moveCursor,previousWord)    \n\
  1214.     ~Meta ~Alt Ctrl<Key>osfRight:    xfeDoCommand(moveCursor,nextWord)    \n\
  1215.                                     \
  1216.     :~Meta ~Alt ~Ctrl<Key>Delete:    xfeDoCommand(deleteItem,next)\n\
  1217.     :~Meta ~Alt ~Ctrl<Key>BackSpace:    xfeDoCommand(deleteItem,previous)\n\
  1218.     :~Meta ~Alt ~Ctrl<Key>osfDelete:    xfeDoCommand(deleteItem,next)\n\
  1219.     :~Meta ~Alt ~Ctrl<Key>osfBackSpace:xfeDoCommand(deleteItem,previous)\n\
  1220.                                     \
  1221.     ~Meta ~Alt Ctrl <Key>Home: xfeDoCommand(moveCursor,beginningOfPage)\n\
  1222.     ~Meta ~Alt Ctrl <Key>End: xfeDoCommand(moveCursor,endOfPage)    \n\
  1223.     ~Meta ~Alt Ctrl <Key>osfBeginLine: xfeDoCommand(moveCursor,beginningOfPage)\n\
  1224.     ~Meta ~Alt Ctrl <Key>osfEndLine: xfeDoCommand(moveCursor,endOfPage)\n\
  1225.     ~Meta ~Alt ~Ctrl <Key>Home: xfeDoCommand(moveCursor,beginningOfLine)\n\
  1226.     ~Meta ~Alt ~Ctrl <Key>End: xfeDoCommand(moveCursor,endOfLine)    \n\
  1227.     ~Meta ~Alt ~Ctrl <Key>osfBeginLine: xfeDoCommand(moveCursor,beginOfLine)\n\
  1228.     ~Meta ~Alt ~Ctrl <Key>osfEndLine: xfeDoCommand(moveCursor,endOfLine)\n\
  1229.     ~Meta ~Alt ~Ctrl Shift<Key>Return:    xfeDoCommand(insertLineBreak,normal)\n\
  1230.     ~Meta ~Alt ~Ctrl<Key>Return:    xfeDoCommand(insertReturn)\n\
  1231.     ~Meta ~Alt ~Ctrl Shift<Key>space: xfeDoCommand(insertNonBreakingSpace)\n\
  1232.     ~Meta ~Alt ~Ctrl <Key>space:    xfeDoCommand(insertKey)        \n\
  1233.     ~Meta Alt ~Ctrl <Key>-:   xfeDoCommand(outdent)        \n\
  1234.     ~Meta Alt ~Ctrl <Key>=:      xfeDoCommand(indent)        \n\
  1235.     Meta ~Alt ~Ctrl <Key>-:   xfeDoCommand(outdent)        \n\
  1236.     Meta ~Alt ~Ctrl <Key>=:      xfeDoCommand(indent)        \n\
  1237.                                     \
  1238.     Ctrl ~Shift <Key>Tab:    xfeDoCommand(tab,insert)\n\
  1239.     ~Ctrl ~Shift<Key>Tab:    xfeDoCommand(tab,forward)\n\
  1240.     ~Ctrl Shift<Key>Tab:    xfeDoCommand(tab,backward)\n\
  1241.                                     \
  1242.     ~Meta ~Alt Ctrl<Key>u:    xfeDoCommand(moveCursor,beginningOfLine)\n\
  1243.     ~Meta ~Alt Ctrl<Key>e:    xfeDoCommand(moveCursor,endOfLine)\n\
  1244.     ~Meta ~Alt Ctrl<Key>p:    xfeDoCommand(moveCursor,up)            \n\
  1245.     ~Meta ~Alt Ctrl<Key>n:    xfeDoCommand(moveCursor,down)            \n\
  1246.     ~Meta ~Alt Ctrl<Key>b:    xfeDoCommand(moveCursor,previous)        \n\
  1247.     ~Meta ~Alt Ctrl<Key>f:    xfeDoCommand(moveCursor,next)        \n\
  1248.     ~Meta ~Alt Ctrl<Key>d:    xfeDoCommand(deleteItem,next)    \n\
  1249.     ~Meta ~Alt Ctrl<Key>k:    xfeDoCommand(deleteItem,endOfLine)\n\
  1250.     Meta ~Alt ~Ctrl<Key><:    xfeDoCommand(moveCursor,beginningOfPage)\n\
  1251.     Meta ~Alt ~Ctrl<Key>>:    xfeDoCommand(moveCursor,endOfPage)\n\
  1252.     ~Meta Alt ~Ctrl<Key><:    xfeDoCommand(moveCursor,beginningOfPage)\n\
  1253.     ~Meta Alt ~Ctrl<Key>>:    xfeDoCommand(moveCursor,endOfPage)\n\
  1254.                                     \
  1255.     Meta  Ctrl Shift<Key>z:    xfeDoCommand(redo)        \n\
  1256.      ~Alt Ctrl Shift<Key>z:    xfeDoCommand(redo)        \n\
  1257.     Meta  Ctrl<Key>z:        xfeDoCommand(undo)        \n\
  1258.      ~Alt Ctrl<Key>z:        xfeDoCommand(undo)        \n\
  1259.                                     \
  1260.     Meta ~Alt ~Ctrl<Key>b:    xfeDoCommand(toggleCharacterStyle,bold)\n\
  1261.      ~Meta Alt ~Ctrl<Key>b:    xfeDoCommand(toggleCharacterStyle,bold)\n\
  1262.     Meta ~Alt ~Ctrl<Key>i:    xfeDoCommand(toggleCharacterStyle,italic)\n\
  1263.      ~Meta Alt ~Ctrl<Key>i:    xfeDoCommand(toggleCharacterStyle,italic)\n\
  1264.      Meta ~Alt ~Ctrl<Key>u:    xfeDoCommand(toggleCharacterStyle,underline)\n\
  1265.      ~Meta Alt ~Ctrl<Key>u:    xfeDoCommand(toggleCharacterStyle,underline)\n\
  1266.     Meta ~Alt ~Ctrl<Key>t:    xfeDoCommand(toggleCharacterStyle,fixed)\n\
  1267.      ~Meta Alt ~Ctrl<Key>t:    xfeDoCommand(toggleCharacterStyle,fixed)\n\
  1268.     Meta ~Alt ~Ctrl<Key>k:    xfeDoCommand(setCharacterStyle,none)\n\
  1269.      ~Meta Alt ~Ctrl<Key>k:    xfeDoCommand(setCharacterStyle,none)\n\
  1270.                                     \
  1271.     ~Meta ~Alt Ctrl<Key>l:    xfeDoCommand(refresh)            \n\
  1272.                                     \
  1273.     Meta ~Alt ~Ctrl ~Shift<Key>Up:        xfeDoCommand(setFontSize,increase)\n\
  1274.     Meta ~Alt ~Ctrl ~Shift<Key>osfUp:    xfeDoCommand(setFontSize,increase)\n\
  1275.     Meta ~Alt ~Ctrl ~Shift<Key>Down:    xfeDoCommand(setFontSize,decrease)\n\
  1276.     Meta ~Alt ~Ctrl ~Shift<Key>osfDown:    xfeDoCommand(setFontSize,decrease)\n\
  1277.                                     \
  1278.     ~Meta ~Alt ~Ctrl<Key>SunCopy:   xfeDoCommand(copy)            \n\
  1279.     ~Meta ~Alt ~Ctrl<Key>SunPaste:  xfeDoCommand(paste)            \n\
  1280.     ~Meta ~Alt ~Ctrl<Key>SunCut:    xfeDoCommand(cut)            \n\
  1281.                                     \
  1282.     Meta ~Alt ~Ctrl ~Shift<Key>d:    xfeDoCommand(deleteItem)    \n\
  1283.     ~Meta Alt ~Ctrl ~Shift<Key>d:    xfeDoCommand(deleteItem)    \n\
  1284.                                         \
  1285.     Meta ~Alt ~Ctrl ~Shift<Key>f:    xfeDoCommand(findInObject)        \n\
  1286.     Meta ~Alt ~Ctrl ~Shift<Key>g:    xfeDoCommand(findAgain)            \n\
  1287.     ~Meta Alt ~Ctrl ~Shift<Key>f:    xfeDoCommand(findInObject)        \n\
  1288.     ~Meta Alt ~Ctrl ~Shift<Key>g:    xfeDoCommand(findAgain)            \n\
  1289.                                     \
  1290.     Meta  Ctrl<Key>A:        xfeDoCommand(selectAll)                \n\
  1291.      ~Alt Ctrl<Key>A:        xfeDoCommand(selectAll)                \n\
  1292.     Meta  Ctrl<Key>C:        xfeDoCommand(copy)                    \n\
  1293.      ~Alt Ctrl<Key>C:        xfeDoCommand(copy)                    \n\
  1294.     Meta  Ctrl<Key>H:        xfeDoCommand(openHistory)            \n\
  1295.      ~Alt Ctrl<Key>H:        xfeDoCommand(openHistory)            \n\
  1296.     Meta  Ctrl<Key>m:        xfeDoCommand(composeMessage)        \n\
  1297.      ~Alt Ctrl<Key>m:        xfeDoCommand(composeMessage)        \n\
  1298.     Meta  Ctrl ~Shift<Key>n: xfeDoCommand(openBrowser)            \n\
  1299.      ~Alt Ctrl ~Shift<Key>n: xfeDoCommand(openBrowser)            \n\
  1300.     Meta  Ctrl  Shift<Key>n: xfeDoCommand(newBlank)                \n\
  1301.      ~Alt Ctrl  Shift<Key>n: xfeDoCommand(newBlank)                \n\
  1302.     Meta Shift<Key>Q:        xfeDoCommand(quoteOriginalText)        \n\
  1303.      Alt Shift<Key>Q:        xfeDoCommand(quoteOriginalText)        \n\
  1304.     Meta  Ctrl<Key>Q:        xfeDoCommand(exit)                    \n\
  1305.      ~Alt Ctrl<Key>Q:        xfeDoCommand(exit)                    \n\
  1306.         Meta  Ctrl<Key>R:        undefined-key()                \n\
  1307.          ~Alt Ctrl<Key>R:        undefined-key()                \n\
  1308.     Meta  Ctrl<Key>V:        xfeDoCommand(paste)                    \n\
  1309.      ~Alt Ctrl<Key>V:        xfeDoCommand(paste)                    \n\
  1310.     Meta  Ctrl<Key>W:        xfeDoCommand(close)                    \n\
  1311.      ~Alt Ctrl<Key>W:        xfeDoCommand(close)                    \n\
  1312.     Meta  Ctrl<Key>X:        xfeDoCommand(cut)                    \n\
  1313.      ~Alt Ctrl<Key>X:        xfeDoCommand(cut)                    \n\
  1314.     Meta  Ctrl<Key>Y:        xfeDoCommand(redo)                    \n\
  1315.      ~Alt Ctrl<Key>Y:        xfeDoCommand(redo)                    \n\
  1316.                                             \
  1317.  Meta  Ctrl ~Shift<Key>1:    xfeDoCommand(openOrBringUpBrowser)    \n\
  1318.   ~Alt Ctrl ~Shift<Key>1:    xfeDoCommand(openOrBringUpBrowser)    \n\
  1319.  Meta  Ctrl  Shift<Key>1:    xfeDoCommand(openFolders)            \n\
  1320.   ~Alt Ctrl  Shift<Key>1:    xfeDoCommand(openFolders)            \n\
  1321.  Meta  Ctrl ~Shift<Key>2:    xfeDoCommand(openInbox)                \n\
  1322.   ~Alt Ctrl ~Shift<Key>2:    xfeDoCommand(openInbox)                \n\
  1323.  Meta  Ctrl  Shift<Key>2:    xfeDoCommand(openAddrBook)            \n\
  1324.   ~Alt Ctrl  Shift<Key>2:    xfeDoCommand(openAddrBook)            \n\
  1325.     Meta  Ctrl<Key>3:        xfeDoCommand(openEditor)            \n\
  1326.      ~Alt Ctrl<Key>3:        xfeDoCommand(openEditor)            \n\
  1327.     Meta  Ctrl<Key>4:        xfeDoCommand(openCalendar)            \n\
  1328.      ~Alt Ctrl<Key>4:        xfeDoCommand(openCalendar)            \n\
  1329.     Meta  Ctrl<Key>5:        xfeDoCommand(openConference)        \n\
  1330.      ~Alt Ctrl<Key>5:        xfeDoCommand(openConference)        \n\
  1331.     Meta  Ctrl<Key>7:        xfeDoCommand(openRadio)                \n\
  1332.      ~Alt Ctrl<Key>7:        xfeDoCommand(openRadio)                \n\
  1333.                                             \
  1334.     ~Meta ~Alt ~Ctrl<Key>Prior:        PageUp()                    \n\
  1335.     ~Meta ~Alt ~Ctrl<Key>Next:        PageDown()                    \n\
  1336.     ~Meta ~Alt ~Ctrl<Key>osfPageUp:        PageUp()                \n\
  1337.     ~Meta ~Alt ~Ctrl<Key>osfPageDown:    PageDown()                \n\
  1338.                                             \
  1339.     ~Meta ~Alt ~Ctrl ~Shift<Key>osfHelp:        xfeDoCommand(manual)    \n\
  1340.                                         \
  1341.     ~Meta ~Alt ~Ctrl ~Shift<Key>F10:            \n\
  1342.     ~Meta ~Alt ~Ctrl ~Shift<Key>osfMenuBar:            \n\
  1343.                                 \
  1344.     <KeyRelease>:                            \n\
  1345.     <Key>:            xfeDoCommand(insertKey)            \n\
  1346.     <KeyPress>:        xfeDoCommand(insertKey)            \n\
  1347.     <KeyUp>:                            \n\
  1348.     <KeyDown>:        xfeDoCommand(insertKey)            \n
  1349.  
  1350. !=============================================================================
  1351.  
  1352.  
  1353. ! About Translations, Actions, and "-remote" commands:
  1354. !
  1355. ! You can control a running Netscape process externally; you do this by
  1356. ! issuing a command like "netscape -remote openURL(http://xxx)".
  1357. ! When Netscape is invoked with the -remote argument, it does not open
  1358. ! window, but instead connects to and controls an already-existing process.
  1359. ! This is done using X properties, so the two Netscape processes need not
  1360. ! be running on the same machine, and need not share a file system.
  1361. !
  1362. ! All of Netscape's action names are the same as its resource names; so, for
  1363. ! example, if you wanted to know the name of the action that corresponds to
  1364. ! the "Add Bookmark" menu item, you could look in this file for "Add Bookmark"
  1365. ! and see that the resource that is set to that string is "addBookmark" -
  1366. ! that's the name of the Action as well.
  1367. !
  1368. ! You can use Actions in Translation tables in the usual Xt-ish way, but you
  1369. ! can also invoke them directly via "netscape -remote", like this:
  1370. !
  1371. !    netscape -remote 'addBookmark()'
  1372. !
  1373. ! That will cause the existing Netscape process to add its current URL to
  1374. ! the bookmarks, just as if you had selected that menu item.
  1375. !
  1376. ! Please see the document http://home.netscape.com/newsref/std/x-remote.html
  1377. ! for more information.
  1378.  
  1379.  
  1380. !=============================================================================
  1381.  
  1382.  
  1383. ! You can ask HTTP (Web) servers for documents in your preferred language
  1384. ! by setting the Accept-Language header. It is a comma-separated list of
  1385. ! languages or language/region pairs. For example, if you would prefer to
  1386. ! see documents in French, or, failing that, in American English, you could
  1387. ! use the following:
  1388. !
  1389. !   *httpAcceptLanguage: fr, en-US
  1390. !
  1391. ! The following languages and regions are presented to the user:
  1392. !
  1393. *languageRegionList:                \n\
  1394.     Afrikaans [af]                \n\
  1395.     Albanian [sq]                \n\
  1396.     Basque [eu]                \n\
  1397.     Bulgarian [bg]                \n\
  1398.     Byelorussian [be]            \n\
  1399.     Catalan [ca]                \n\
  1400.     Chinese [zh]                \n\
  1401.     Chinese/China [zh-CN]            \n\
  1402.     Chinese/Taiwan [zh-TW]            \n\
  1403.     Croatian [hr]                \n\
  1404.     Czech [cs]                \n\
  1405.     Danish [da]                \n\
  1406.     Dutch [nl]                \n\
  1407.     Dutch/Belgium [nl-BE]            \n\
  1408.     English [en]                \n\
  1409.     English/United Kingdom [en-GB]        \n\
  1410.     English/United States [en-US]        \n\
  1411.     Faeroese [fo]                \n\
  1412.     Finnish [fi]                \n\
  1413.     French [fr]                \n\
  1414.     French/Belgium [fr-BE]            \n\
  1415.     French/Canada [fr-CA]            \n\
  1416.     French/France [fr-FR]            \n\
  1417.     French/Switzerland [fr-CH]        \n\
  1418.     Galician [gl]                \n\
  1419.     German [de]                \n\
  1420.     German/Austria [de-AT]            \n\
  1421.     German/Germany [de-DE]            \n\
  1422.     German/Switzerland [de-CH]        \n\
  1423.     Greek [el]                \n\
  1424.     Hungarian [hu]                \n\
  1425.     Icelandic [is]                \n\
  1426.     Indonesian [id]                \n\
  1427.     Irish [ga]                \n\
  1428.     Italian [it]                \n\
  1429.     Japanese [ja]                \n\
  1430.     Korean [ko]                \n\
  1431.     Macedonian [mk]                \n\
  1432.     Norwegian [no]                \n\
  1433.     Polish [pl]                \n\
  1434.     Portuguese [pt]                \n\
  1435.     Portuguese/Brazil [pt-BR]        \n\
  1436.     Romanian [ro]                \n\
  1437.     Russian [ru]                \n\
  1438.     Scots Gaelic [gd]            \n\
  1439.     Serbian [sr]                \n\
  1440.     Slovak [sk]                \n\
  1441.     Slovenian [sl]                \n\
  1442.     Spanish [es]                \n\
  1443.     Spanish/Argentina [es-AR]        \n\
  1444.     Spanish/Colombia [es-CO]        \n\
  1445.     Spanish/Mexico [ex-MX]            \n\
  1446.     Spanish/Spain [es-ES]            \n\
  1447.     Swedish [sv]                \n\
  1448.     Turkish [tr]                \n\
  1449.     Ukrainian [uk]                \n
  1450.  
  1451.  
  1452. !=============================================================================
  1453. !
  1454. !      There's really nothing after this point you should be messing with.
  1455. !
  1456. !=============================================================================
  1457.  
  1458.  
  1459. ! Motif drag-and-drop is insanely buggy, and is causing crashes even in
  1460. ! contexts where it has no business being involved at all.  Let's try
  1461. ! disabling it globally and see if that helps.
  1462. !Netscape*dragInitiatorProtocolStyle:    XmDRAG_NONE
  1463. !Netscape*dragReceiverProtocolStyle:    XmDRAG_NONE
  1464.  
  1465. ! Turn off traversal for sashes.
  1466. *XmSash.traversalOn:        False
  1467.  
  1468. !
  1469. ! Label Land
  1470. !
  1471. *Help.sensitive:            False
  1472.  
  1473. ! HTML forms "More..." button (options menus)
  1474. *drawingArea*moreButton.labelString:    More...
  1475.  
  1476. ! Bookmarks "More..." cascade button
  1477. *bookmarkMoreButton.labelString:        More...
  1478.  
  1479. ! Mail and news "More..." button
  1480. *mailNewsMoreButton.labelString:        More...
  1481.  
  1482. !====================================================================
  1483. !  Menubar stuff
  1484. !====================================================================
  1485. !
  1486. ! The file menus for all the components come first.
  1487. ! Then the menus are listed on a per component basis.
  1488. !
  1489.  
  1490. *menuBar.fileMenu.labelString:        File
  1491. *menuBar.fileMenu.mnemonic:        F
  1492. *menuBar.fileMenu.fontList:        SGI_DYNAMIC ObliqueLabelFont
  1493.  
  1494. *menuBar.editMenu.labelString:        Edit
  1495. *menuBar.editMenu.mnemonic:        E
  1496. *menuBar.editMenu.fontList:        SGI_DYNAMIC ObliqueLabelFont
  1497.  
  1498. *menuBar.viewMenu.labelString:        View
  1499. *menuBar.viewMenu.mnemonic:        V
  1500. *menuBar.viewMenu.fontList:        SGI_DYNAMIC ObliqueLabelFont
  1501.  
  1502. *menuBar.goMenu.labelString:        Go
  1503. *menuBar.goMenu.mnemonic:            G
  1504. *menuBar.goMenu.fontList:        SGI_DYNAMIC ObliqueLabelFont
  1505.  
  1506. *menuBar.messageMenu.labelString:    Message
  1507. *menuBar.messageMenu.mnemonic:        M
  1508. *menuBar.messageMenu.fontList:        SGI_DYNAMIC ObliqueLabelFont
  1509.  
  1510. *menuBar.bookmarkMenu.labelString:    Bookmark
  1511. *menuBar.bookmarkMenu.mnemonic:    B
  1512. *menuBar.bookmarkMenu.fontList:        SGI_DYNAMIC ObliqueLabelFont
  1513.  
  1514. *menuBar.windowMenuLite.labelString:    Window
  1515. *menuBar.windowMenuLite.mnemonic:        W
  1516. *menuBar.windowMenuLite.fontList:        SGI_DYNAMIC ObliqueLabelFont
  1517.  
  1518. *menuBar.windowMenu.labelString:    Communicator
  1519. *menuBar.windowMenu.mnemonic:        C
  1520. *menuBar.windowMenu.fontList:        SGI_DYNAMIC ObliqueLabelFont
  1521.  
  1522. *menuBar.itemMenu.labelString:        Item
  1523. *menuBar.itemMenu.mnemonic:        I
  1524. *menuBar.itemMenu.fontList:        SGI_DYNAMIC ObliqueLabelFont
  1525.  
  1526. *menuBar.helpMenu.labelString:        Help
  1527. *menuBar.helpMenu.mnemonic:        H
  1528. *menuBar.helpMenu.fontList:        SGI_DYNAMIC ObliqueLabelFont
  1529.  
  1530. !Use SGI look 'n feel fonts in the menus
  1531. *menuBar*fontList:        SGI_DYNAMIC ObliqueLabelFont
  1532.  
  1533. !=======================
  1534. !  File Menu - Navigator 
  1535. !=======================
  1536.  
  1537. *menuBar*newSubmenu.labelString:    New
  1538. *menuBar*newSubmenu.mnemonic:        N
  1539.  
  1540. ! File/New Submenu
  1541. *menuBar*openBrowser.labelString:       Navigator Window
  1542. *menuBar*openBrowser.mnemonic:          N
  1543. *menuBar*openBrowser.acceleratorText:   Ctrl+N
  1544. *openBrowser.documentationString:        \
  1545. Create a new browser window for viewing web pages
  1546.  
  1547. *composeMessage.mnemonic:        M
  1548. *composeMessage.acceleratorText:    Ctrl+M
  1549. *composeMessage.labelString:        Message
  1550.  
  1551. ! In the three pane view, under the "Message" menu, it should read
  1552. ! "New Message" and not "Message"
  1553. *menuBar*composeMessage.labelString:        New Message
  1554.  
  1555. *composeMessage.documentationString:    \
  1556. Create a new mail or newsgroup message.
  1557. *composeArticle.documentationString:    \
  1558. Create a new newsgroup message.
  1559.  
  1560. *menuBar*newBlank.labelString:            Blank Page
  1561. *menuBar*newBlank.mnemonic:                P
  1562. *menuBar*newBlank.acceleratorText:        Ctrl+Shift+N
  1563. *newBlank.documentationString:            Create a new web page.
  1564.  
  1565. *menuBar*newTemplate.labelString:        Page From Template...
  1566. *menuBar*newTemplate.mnemonic:            T
  1567. *newTemplate.documentationString:    \
  1568. Use a template to create a new web page.
  1569.  
  1570. *menuBar*newWizard.labelString:            Page From Wizard...
  1571. *menuBar*newWizard.mnemonic:            W
  1572. *newWizard.documentationString:    Use the wizard to create a new web page.
  1573. ! end File/New Submenu
  1574.  
  1575. *menuBar*openPage.labelString:        Open Page...
  1576. *menuBar*openPage.mnemonic:            O
  1577. *menuBar*openPage.acceleratorText:    Ctrl+O
  1578. *openPage.documentationString:        \
  1579. Open a local file or a web page in the current window
  1580.  
  1581. *menuBar*recentSubmenu.labelString:    Open Recent...
  1582.  
  1583. *menuBar*saveMsg.labelString:       Save
  1584. *menuBar*saveMsg.mnemonic:           S
  1585. *menuBar*saveMsg.acceleratorText:   Ctrl+S
  1586. *menuBar*saveAs.labelString:        Save As...
  1587. *menuBar*saveMsgAs.labelString:     Save As
  1588. *menuBar*saveMsgAs.mnemonic:        S
  1589.  
  1590. *saveAsCmdString:                    Save As...
  1591. *saveFramesetAsCmdString:            Save Frameset As...
  1592. *menuBar*saveAs.mnemonic:           S
  1593. *menuBar*saveAs.acceleratorText:    Ctrl+S
  1594. *saveAs.documentationString:        Save a copy of the current page
  1595.  
  1596. *menuBar*saveFrameAs.labelString:    Save Frame As...
  1597. *menuBar*saveFrameAs.mnemonic:        F
  1598. *saveFrameAs.documentationString:    Save a copy of the selected frame
  1599.  
  1600. *sendPage.labelString:                Send Page
  1601. *sendPage.mnemonic:                    d
  1602. *sendPage.documentationString:        Send the current page to a recipient
  1603.  
  1604. *sendLink.labelString:                Send Link
  1605. *sendLink.mnemonic:                    k
  1606. *sendLink.documentationString:    \
  1607. Send current page location to a recipient
  1608.  
  1609. *editPageCmdString:        Edit Page
  1610. *editFrameCmdString:    Edit Frame
  1611. *editPage.labelString:              Edit Page
  1612. *editFrameSet.labelString:          Edit Frame Set
  1613. *menuBar*editPage.mnemonic:         E
  1614. *editPage.documentationString:      Edit the current page or frame set
  1615. *menuBar*editFrame.labelString:        Edit Frame
  1616. *menuBar*editFrame.mnemonic:        F
  1617. *editFrame.documentationString:     Edit the current frame
  1618.  
  1619. *menuBar*uploadFile.labelString:    Upload File...
  1620. *menuBar*uploadFile.mnemonic:        U
  1621. *uploadFile.documentationString: Upload (send) a file to this FTP directory
  1622.  
  1623. *menuBar*printSetup.labelString:    Page Setup...
  1624. *menuBar*printSetup.mnemonic:        g
  1625. *printSetup.documentationString:    Change the printing options
  1626.  
  1627. *menuBar*printPreview.labelString:    Print Preview
  1628. *menuBar*printPreview.mnemonic:        v
  1629. *printPreview.documentationString:    Preview the entire page
  1630.  
  1631. *menuBar*print.labelString:            Print...
  1632. *printCmdString:                    Print...
  1633. *printFrameCmdString:                Print Frame...
  1634. *menuBar*print.mnemonic:            P
  1635. *menuBar*print.acceleratorText:        Ctrl+P
  1636. *print.documentationString:            Print this page
  1637.  
  1638. *menuBar*close.labelString:            Close
  1639. *menuBar*close.mnemonic:            C
  1640. *menuBar*close.acceleratorText:        Ctrl+W
  1641. *close.documentationString:            Close this window
  1642.  
  1643. *menuBar*exit.labelString:            Exit
  1644. *menuBar*exit.mnemonic:                x
  1645. *menuBar*exit.acceleratorText:        Ctrl+Q
  1646. *exit.documentationString:    Close all windows in the application and exit
  1647.  
  1648. !===========================
  1649. !  File Menu - Page Composer
  1650. !===========================
  1651.  
  1652. *menuBar*save.labelString:                    Save
  1653. *menuBar*save.mnemonic:                        S
  1654. *menuBar*save.acceleratorText:                Ctrl+S
  1655. *save.documentationString:                    Save the current page
  1656.  
  1657. *Editor*menuBar*saveAs.acceleratorText:
  1658.  
  1659. *menuBar*publish.labelString:                Publish...
  1660. *menuBar*publish.mnemonic:                    u
  1661. *publish.documentationString:    \
  1662. Upload current file or directory to a server for public viewing
  1663.  
  1664. *menuBar*browsePage.labelString:            Browse Page
  1665. *menuBar*browsePage.mnemonic:                B
  1666. *browsePage.documentationString:    \
  1667. Open the current file in a new browser window
  1668.  
  1669. !=============================
  1670. ! File Menu - Compose Message
  1671. !=============================
  1672.  
  1673. *Composition*save.documentationString:    Save the current message
  1674.  
  1675. *Composition*toolBar*save*saveAs.labelString: As File...
  1676. *Composition*toolBar*save*saveAs.mnemonic: F
  1677. *Composition*saveAs.documentationString: Save a copy of the current message
  1678.  
  1679. *Composition*menuBar*saveAs.labelString:    File...
  1680. *Composition*menuBar*saveAs.mnemonic:       F
  1681. *Composition*menuBar*saveAs.acceleratorText:
  1682. *Composition*saveAs.documentationString: Save a copy of the current message
  1683.  
  1684. *Composition*toolBar*save*saveDraft.labelString: As Draft 
  1685. *Composition*toolBar*save*saveDraft.mnemonic: D
  1686. *Composition*toolBar*save*saveDraft.documentationString: Save this message in the Drafts folder to send later.
  1687.  
  1688. *menuBar*saveDraft.labelString:               Draft
  1689. *menuBar*saveDraft.mnemonic:                D
  1690. *saveDraft.documentationString:        Save this message in the Drafts folder to send later.
  1691.  
  1692. *Composition*toolBar*save*saveTemplate.labelString: As Template
  1693. *Composition*toolBar*save*saveTemplate.mnemonic: T
  1694. *Composition*toolBar*save*saveTemplate.documentationString: Save this message in the Templates folder to use again.
  1695.  
  1696. *menuBar*saveTemplate.labelString:          Template
  1697. *menuBar*saveTemplate.mnemonic:             T
  1698. *saveTemplate.labelString:          Template
  1699. *saveTemplate.mnemonic:             T
  1700. *saveTemplate.documentationString:      Save this message in the Templates folder to use again.
  1701.  
  1702. *menuBar*saveAsMenu.labelString:                Save As
  1703. *menuBar*saveAsMenu.mnemonic:                    A
  1704. *menuBar*saveAsMenu.saveMessagesAs.documentationString:        Save As...
  1705.  
  1706. *menuBar*saveMessage.labelString:        Save
  1707. *menuBar*saveMessage.acceleratorText:        Ctrl+S
  1708. *menuBar*saveMessage.documenationString:    Save this message
  1709.  
  1710. *menuBar*sendMessageNow.labelString:        Send Now
  1711. *menuBar*sendMessageNow.mnemonic:            d
  1712. *sendMessageNow.documentationString:        Send this message now
  1713. *menuBar*sendMessageNow.acceleratorText:    Ctrl+Enter
  1714.  
  1715. *menuBar*sendMessageLater.labelString:        Send Later
  1716. *menuBar*sendMessageLater.mnemonic:            L
  1717. *sendMessageLater.documentationString:        Queue this message for later delivery
  1718. *menuBar*sendMessageLater.acceleratorText:    Ctrl+Shift+Enter
  1719.  
  1720. *menuBar*quoteOriginalText.labelString:        Quote Original Message
  1721. *menuBar*quoteOriginalText.mnemonic:        Q
  1722. *menuBar*quoteOriginalText.acceleratorText:    Ctrl+Shift+Q
  1723. *quoteOriginalText.documentationString:    \
  1724. Paste in text from the original page in quoted form
  1725.  
  1726. *menuBar*addresseePicker.labelString:        Select Addresses...
  1727. *menuBar*addresseePicker.mnemonic:            t
  1728. *addresseePicker.documentationString:        Select recipient addresses
  1729. *addresseePicker.tipString:            Select addresses
  1730.  
  1731. *autoComplOnCmdString:                        Do Not Complete Address
  1732. *autoComplOffCmdString:                        Complete Address
  1733.  
  1734. *menuBar*showComplPicker.labelString:        Show Matching Addresses
  1735. *menuBar*showComplPicker.mnemonic:        S
  1736. *menuBar*showComplPicker.acceleratorText:    Ctrl+J
  1737. *menuBar*autoComplOnOff.acceleratorText:    Ctrl+D
  1738. !*showComplPicker.documentationString:        Show Matching Addresses...
  1739. !*showComplPicker.tipString:                    Show Matching Addresses...
  1740.  
  1741. *menuBar*attach.labelString:                Attach
  1742. *menuBar*attach.mnemonic:                    A
  1743. *attach.documentationString:                 Attach a page or address book card to the current message
  1744.  
  1745. *menuBar*showChrome.labelString:            Show
  1746. *menuBar*showChrome.mnemonic:               S
  1747.  
  1748. *menuBar*floatingTaskBarClose.labelString:  Floating Component Bar
  1749.  
  1750. !============================
  1751. !  File Menu - Message Center
  1752. !============================
  1753.  
  1754. *folderPrivileges.labelString:                    Privileges
  1755. *newFolder.labelString:                            New Folder...
  1756. *newFolderCmdString:                            New Folder...
  1757. *newSubFolderCmdString:                            New Subfolder...
  1758. ! sspitzer:  is category used anymore?  what is it?
  1759. *newCategoryCmdString:                            New Category...
  1760. *newNewsgroupCmdString:                            New Newsgroup...
  1761. *newFolder.mnemonic:                            w
  1762. *newFolder.documentationString:    \
  1763. Create a new mail folder or a new newsgroup
  1764.  
  1765. *MailFolder*menuBar*openSelected.labelString: Open
  1766. *MailFolder*menuBar*openSelected.mnemonic: O
  1767. *MailFolder*menuBar*openSelected.acceleratorText: Ctrl+O
  1768. *MailFolder*menuBar*openSelected.documentationString: \
  1769. Open the selected mail folder or newsgroup
  1770. *openFolder.labelString: Open
  1771. *openFolder.acceleratorText: Ctrl+O
  1772. *openFolder.mnemonic:                    O
  1773. *openFolder.documentationString: \
  1774. Open the selected mail folder or newsgroup
  1775.  
  1776. *renameFolder.labelString:            Rename Folder...
  1777. *renameFolder.mnemonic:                R
  1778. *renameFolder.documentationString:    Change the name of the selected folder
  1779.  
  1780. *menuBar*newMsgSubmenu.labelString:            Get Messages
  1781. *menuBar*newMsgSubmenu.mnemonic:            G
  1782. *newMessage.documentationString:    \
  1783. Get new mail and newsgroup messages
  1784.  
  1785. ! File/Get Messages Submenu
  1786. *menuBar*getNewMessages.labelString:           Get New Messages
  1787. *menuBar*getNewMessages.mnemonic:         M
  1788. *menuBar*getNewMessages.acceleratorText:    Ctrl+T
  1789.         
  1790. ! This label is generated dynamically from the preferences
  1791. !*menuBar*getNextNNewMsgs.labelString:       Next 500
  1792. *menuBar*getNextNNewMsgs.mnemonic:             e
  1793.  
  1794. *menuBar*synchWithServer.labelString:       Synchronize with Server
  1795. *menuBar*synchWithServer.mnemonic:             S
  1796.  
  1797. *menuBar*sendMessagesInOutbox.labelString: Send Unsent Messages
  1798. *menuBar*sendMessagesInOutbox.mnemonic: d
  1799. *sendMessagesInOutbox.documentationString: \
  1800. Send messages in Outbox folder now
  1801.  
  1802. *menuBar*updateMessageCount.labelString:    Update Message Counts
  1803. *menuBar*updateMessageCount.mnemonic:        U
  1804. *updateMessageCount.documentationString:    \
  1805. Update number of unread messages
  1806.  
  1807. *addNewsgroup.labelString:        Subscribe...
  1808. *addNewsgroup.mnemonic:            b
  1809. *addNewsgroup.documentationString:        Subscribe...
  1810.  
  1811. !=============================
  1812. !  File Menu - Message Threads
  1813. !=============================
  1814.  
  1815. *menuBar*openAttachmentsSubmenu.labelString:    Open Attachment
  1816. *menuBar*openAttachmentsSubmenu.mnemonic:                O
  1817. *openAttachments.documentationString:    \
  1818. Open the selected attachment
  1819.  
  1820. ! File/Open Attachments Submenu is dynamically generated
  1821.  
  1822. *editMessage.labelString:                Edit Message as New
  1823. *editMessage.mnemonic:                    E
  1824. *editMessage.documentationString:                Edit the selected message
  1825.  
  1826. *menuBar*saveTemplate.labelString:        Template
  1827. *menuBar*saveTemplate.mnemonic:            T
  1828. *menuBar*saveAsTemplate.labelString:    Template
  1829. *menuBar*saveAsTemplate.mnemonic:        T
  1830.  
  1831. *menuBar*saveMessagesAs.labelString:    File
  1832. *menuBar*saveMessagesAs.mnemonic:    F
  1833. *menuBar*saveMessagesAs.acceleratorText:    Ctrl+S
  1834.  
  1835. *MailThread*menuBar*saveMessageAs.labelString:  File
  1836. *MailThread*menuBar*saveMessageAs.mnemonic:  F
  1837. *MailThread*menuBar*saveMessageAs.acceleratorText:    Ctrl+S
  1838.  
  1839. *menuBar*emptyTrash.mnemonic: y
  1840.  
  1841. ! labelString is generated dynamically
  1842. *menuBar*compressFolders.mnemonic: t
  1843.  
  1844. !==========================
  1845. !  File Menu - Address Book
  1846. !==========================
  1847.  
  1848. *addToAddressBook.labelString:    New Card...
  1849. *addToAddressBook.mnemonic:        r
  1850. !*addToAddressBook.acceleratorText:    Ctrl+N
  1851. *addToAddressBook.documentationString:    \
  1852. Create a new address book card entry
  1853.  
  1854. *abNewList.labelString:            New List...
  1855. *abNewList.mnemonic:            s
  1856. *abNewList.documentationString:    \
  1857. Create a new address book list
  1858.  
  1859. *abNewPAB.labelString:            New Address Book...
  1860. *abNewPAB.mnemonic:            A
  1861. *abNewPAB.documentationString:    \
  1862. Create a new address book 
  1863.  
  1864. *abNewLDAPDirectory.labelString: New Directory...
  1865. *abNewLDAPDirectory.mnemonic:            D
  1866. *abNewLDAPDirectory.documentationString:    \
  1867. Create a Directory Server
  1868.  
  1869. *menuBar*import.labelString:    Import...
  1870. *menuBar*import.mnemonic:        I
  1871. *AddressBook*import.documentationString:    \
  1872. Import a file into the address book
  1873. !
  1874. ! customized for PAB
  1875. !
  1876. *AddressBook*menuBar*saveAs.labelString:        Export...
  1877. *AddressBook*menuBar*saveAs.mnemonic:        E
  1878. *AddressBook*menuBar*toggleNavigationToolbar.labelString: Address Book Toolbar
  1879. *AddressBook*menuBar*toggleNavigationToolbar.mnemonic: A
  1880. *AddressBook*menuBar*abToggleABPane.labelString: Address Books
  1881. *AddressBook*menuBar*abToggleABPane.mnemonic: B
  1882.  
  1883. *menuBar*abCall.labelString:    Call
  1884. *menuBar*abCall.mnemonic:        l
  1885. *abCall.documentationString:    \
  1886. Place a call with Netscape Conference 
  1887.  
  1888.  
  1889. !
  1890. ! i18n labels: used in AB search dialog, Message filter dialog, 
  1891. ! and Search Message dialog
  1892. !
  1893. !*I18nColon.labelString: will be something like   :
  1894. !*I18nFirst.labelString: will be something like   the
  1895. !*I18nRest.labelString: will be something like  or/and
  1896. !
  1897. *I18nColon.labelString: 
  1898. *I18nFirst.labelString: 
  1899. *I18nRest.labelString: 
  1900.  
  1901. !=======================
  1902. !  File Menu - Bookmarks
  1903. !=======================
  1904.  
  1905. *newBookmark.labelString:                            New Bookmark...
  1906. *bookmarks*menuBar*newBookmark.mnemonic:            w
  1907. *newBookmark.documentationString:    \
  1908. Create a new bookmark entry
  1909.  
  1910. *newFolder.labelString:                                New Folder...
  1911. *bookmarks*menuBar*newFolder.mnemonic:                F
  1912. *bookmarks*newFolder.documentationString:    \
  1913. Create a new bookmark folder
  1914.  
  1915. *newSeparator.labelString:                            New Separator
  1916. *bookmarks*menuBar*newSeparator.mnemonic:            S
  1917. *bookmarks*newSeparator.documentationString:    \
  1918. Create a new separator
  1919.  
  1920. *bookmarks*menuBar*openBookmarkFile.labelString:    Open Bookmarks File...
  1921. *bookmarks*menuBar*openBookmarkFile.mnemonic:        F
  1922. *bookmarks*openBookmarkFile.documentationString:    \
  1923. Open a bookmarks file in this window
  1924.  
  1925. *bookmarks*menuBar*openSelected.labelString:        Go to Bookmark
  1926. *bookmarks*menuBar*openSelected.mnemonic:            k
  1927. *bookmarks*openSelected.documentationString:    \
  1928. Open the selected bookmark in a browser window
  1929.  
  1930. *bookmarks*menuBar*import.labelString:                Import...
  1931. *bookmarks*menuBar*import.mnemonic:                    I
  1932. *bookmarks*import.documentationString:    \
  1933. Import another bookmark list into the current list
  1934.  
  1935. *bookmarks*menuBar*addToToolbar.labelString:        Add Selection to Toolbar
  1936. *bookmarks*menuBar*addToToolbar.mnemonic:            A
  1937. *bookmarks*addToToolbar.documentationString:    \
  1938. Add bookmark to the Personal Toolbar
  1939.  
  1940. *bookmarks*menuBar*createShortcut.labelString:        Create Shortcut
  1941. *bookmarks*menuBar*createShortcut.mnemonic:            t
  1942. *bookmarks*createShortcut.documentationString:    \
  1943. Create an Internet Shortcut to the selected bookmark
  1944.  
  1945. *makeAlias.labelString:                Make Alias
  1946. *makeAlias.mnemonic:                M
  1947. *makeAlias.documentationString:    \
  1948. Make a bookmark alias to the selected bookmark
  1949.  
  1950. !=====================
  1951. !  File Menu - History
  1952. !=====================
  1953.  
  1954. *history*menuBar*openSelected.labelString:        Go to Page
  1955. *history*menuBar*openSelected.mnemonic:            e
  1956. *history*openSelected.documentationString:    \
  1957. Open the selected page in a browser window
  1958.  
  1959. *history*menuBar*addToToolbar.labelString:        Add Page to Toolbar
  1960. *history*menuBar*addToToolbar.mnemonic:            A
  1961. *history*addToToolbar.documentationString:    \
  1962. Add the selected page to the Personal Toolbar
  1963.  
  1964. *history*menuBar*print.labelString:             Print History...
  1965.  
  1966. !=======================
  1967. !  Edit Menu - Navigator
  1968. !=======================
  1969.  
  1970. *undo.labelString:              Undo
  1971. *undo.mnemonic:                 U
  1972. *undo.acceleratorText:          Ctrl+Z
  1973. *undo.documentationString:      Undo the previous action
  1974.  
  1975. *redo.labelString:              Redo
  1976. *redo.mnemonic:                 R
  1977. *redo.acceleratorText:          Ctrl+Y
  1978. *redo.documentationString:      Redo the next action
  1979.  
  1980. *cut.labelString:               Cut
  1981. *cut.mnemonic:                  t
  1982. *cut.acceleratorText:           Ctrl+X
  1983. *cut.documentationString:    \
  1984. Cut the selected text and put it on the clipboard
  1985.  
  1986. *copy.labelString:              Copy
  1987. *copy.mnemonic:                 C
  1988. *copy.acceleratorText:          Ctrl+C
  1989. *copy.documentationString:    \
  1990. Copy the selected text and put it on the clipboard
  1991.  
  1992. *paste.labelString:             Paste
  1993. *paste.mnemonic:                P
  1994. *paste.acceleratorText:         Ctrl+V
  1995. *paste.documentationString:        Insert clipboard contents
  1996.  
  1997. *delete.labelString:            Delete
  1998. *delete.mnemonic:                D
  1999. *delete.acceleratorText:        Ctrl+D
  2000. *delete.documentationString:    Delete the selected text
  2001. ! EditorFrame uses this one
  2002. *deleteItem.labelString:        Delete
  2003. *deleteItem.mnemonic:           D
  2004. *deleteItem.acceleratorText:    Ctrl+D
  2005. *deleteItem.documentationString:Delete the selected text
  2006.  
  2007. *selectAll.labelString:                 Select All
  2008. *selectAllCmdString:                    Select All
  2009. *selectAllInFrameCmdString:                Select All in Frame
  2010. *selectAll.mnemonic:                    A
  2011. *selectAll.acceleratorText:                Ctrl+A
  2012. *selectAll.documentationString:            Select the entire page
  2013. ! Thread Window Edit/Select pullaside menu
  2014. *MailThread*selectAll.labelString:      All
  2015. *MailThread*selectAllCmdString:         All
  2016. *MailThread*selectAllInFrameCmdString:  All in Frame
  2017.  
  2018. *menuBar*findInObject.labelString:        Find in Page...
  2019. *Composition*menuBar*findInObject.labelString:    Find...
  2020. *MailMsg*menuBar*findInObject.labelString:        Find...
  2021. *MailThread*menuBar*findInObject.labelString:    Find...
  2022. *findInObjectCmdString:                    Find in Page...  
  2023. *findInFrameCmdString:                    Find in Frame...  
  2024.  
  2025. *menuBar*findInObject.mnemonic:         F
  2026. *menuBar*findInObject.acceleratorText:    Ctrl+F
  2027. *findInObject.documentationString:        \
  2028. Search for text in the current page
  2029.  
  2030. *menuBar*findAgain.labelString:            Find Again
  2031. *menuBar*findAgain.mnemonic:            g
  2032. *menuBar*findAgain.acceleratorText:        Ctrl+G
  2033. *findAgain.documentationString:            Repeat last Find operation
  2034.  
  2035. *Navigator*menuBar*search.labelString:    Search Internet
  2036. *Navigator*menuBar*search.mnemonic:     I
  2037. *Navigator*search.documentationString:    \
  2038. Search the Internet for information
  2039.  
  2040. *menuBar*searchAddress.labelString:     Search Directory
  2041. *menuBar*searchAddress.mnemonic:         y
  2042. *searchAddress.documentationString:    \
  2043. Search a directory to find a person
  2044.  
  2045. *menuBar*editPreferences.labelString:   Preferences...
  2046. *menuBar*editPreferences.mnemonic:        e
  2047. *editPreferences.documentationString:    \
  2048. Change user preferences for the application
  2049.  
  2050. !===========================
  2051. !  Edit Menu - Page Composer
  2052. !===========================
  2053.  
  2054. *deleteTableMenu.labelString:                   Delete Table
  2055. !*deleteTableMenu.mnemonic:                        b
  2056. *deleteTableMenu.mnemonic:            l
  2057.  
  2058. ! Edit/Delete Table Submenu
  2059.  
  2060. *deleteTable.labelString:                       Table
  2061. *deleteTable.mnemonic:                          T
  2062. *deleteTable.documentationString:    \
  2063. Delete the entire table at current cursor location
  2064.  
  2065. ! new
  2066. *deleteTableRow.labelString:                    Row
  2067. *deleteTableRow.mnemonic:                       R
  2068. *deleteTableRow.documentationString:    \
  2069. Delete the row in the current cursor location
  2070.  
  2071. *deleteTableColumn.labelString:                 Column
  2072. *deleteTableColumn.mnemonic:                    o
  2073. *deleteTableColumn.documentationString:    \
  2074. Delete the column in the current cursor location
  2075.  
  2076. *deleteTableCell.labelString:                   Cell
  2077. *deleteTableCell.mnemonic:                      C
  2078. *deleteTableCell.documentationString:    \
  2079. Delete the cell in the current cursor location
  2080.  
  2081. ! end Edit/Delete Table Submenu
  2082.  
  2083. *removeLink.labelString:        Remove Link
  2084. *removeLink.mnemonic:            k
  2085. *removeLinks.labelString:        Remove Links
  2086. *menuBar*removeLinks.mnemonic:      R
  2087. *removeLinks.documentationString:    \
  2088. Remove the link corresponding to the selected text
  2089.  
  2090. *selectTable.labelString:                       Select Table
  2091. *selectTable.mnemonic:                          b
  2092. *selectTable.documentationString:    \
  2093. Select the table at the current cursor location
  2094.  
  2095. *menuBar*editPageSource.labelString:        HTML Source
  2096. *editPageSource.documentationString:    \
  2097. Edit the HTML source for the current page
  2098.  
  2099. !=============================
  2100. !  Edit Menu - Compose Message
  2101. !=============================
  2102.  
  2103. *menuBar*pasteAsQuoted.labelString:            Paste as Quotation
  2104. *menuBar*pasteAsQuoted.mnemonic:            Q
  2105. *pasteAsQuoted.documentationString:    \
  2106. Paste clipboard contents in quoted form
  2107.  
  2108. !============================
  2109. !  Edit Menu - Message Center
  2110. !============================
  2111.  
  2112. *menuBar*search.labelString:            Search Messages...
  2113. *menuBar*search.mnemonic:               S
  2114. *menuBar*search.acceleratorText:        Ctrl+Shift+F
  2115. *search.documentationString:    Search mail and newsgroup messages
  2116.  
  2117. *menuBar*editConfiguration.labelString:    Mail Account
  2118. *menuBar*editConfiguration.mnemonic:        M
  2119.  
  2120. *menuBar*moderateDiscussion.labelString:    Manage Newsgroups
  2121. *menuBar*moderateDiscussion.mnemonic:        N
  2122.  
  2123. *menuBar*editMailFilterRules.labelString: Message Filters...
  2124. *menuBar*editMailFilterRules.mnemonic:    i
  2125. *editMailFilterRules.documentationString:    \
  2126. Set rules for filtering mail into folders
  2127.  
  2128. *popup*deleteNewsgroup.labelString:        Remove Newsgroup Server
  2129. *popup*addNewsgroup.labelString:        Subscribe to Newsgroups...
  2130. *newsServerPropsCmdString:  Newsgroup Server Properties
  2131. *newsgroupPropsCmdString:    Newsgroup Properties
  2132. *folderPropsCmdString:        Properties
  2133. *mailServerPropsCmdString:  Mail Server Properties
  2134. *menuBar*viewProperties.labelString:    Properties
  2135. *menuBar*viewProperties.mnemonic:        s
  2136. *viewProperties.documentationString:    \
  2137. View mail folder or newsgroup properties
  2138.  
  2139. ! text generated dynamically
  2140. *menuBar*deleteFolder.mnemonic: D
  2141. *menuBar*deleteFolder.acceleratorText: Ctrl+D
  2142.  
  2143.  
  2144. !=============================
  2145. !  Edit Menu - Message Threads
  2146. !=============================
  2147.  
  2148. *deleteAny.labelString:        Delete Message
  2149. *deleteAny.mnemonic:        D
  2150. *deleteAny.acceleratorText:        Ctrl+D
  2151.  
  2152. *selectSubmenu.labelString:                Select
  2153. *selectSubmenu.mnemonic:                l
  2154.  
  2155.  
  2156. ! Edit/Select Submenu
  2157.  
  2158. *selectThread.labelString:                Thread
  2159. *selectThread.mnemonic:                    T
  2160. *selectThread.acceleratorText:                Ctrl+Shift+A
  2161.  
  2162. *selectCategory.labelString:            Category
  2163. *selectCategory.mnemonic:                C
  2164.  
  2165. *selectFlaggedMessages.labelString:        Flagged Messages
  2166. *selectFlaggedMessages.mnemonic:            F
  2167.  
  2168. *selectAllMessages.labelString:            All Messages
  2169. *selectAllMessages.mnemonic:            M
  2170.  
  2171. ! end Edit/Select Submenu
  2172.  
  2173. !==========================
  2174. !  Edit Menu - Address Book
  2175. !==========================
  2176.  
  2177. *menuBar*abDelete.labelString:        Delete
  2178. *menuBar*abDelete.mnemonic:        D
  2179. *menuBar*abDelete.acceleratorText: Del
  2180. *abDelete.documentationString:    \
  2181. Delete the selected address book entries
  2182.  
  2183. *menuBar*abDeleteAllEntries.labelString:        Delete All Occurrences
  2184. *menuBar*abDeleteAllEntries.mnemonic: O
  2185.  
  2186. *menuBar*abSearchFor.labelString:     Search for...
  2187. *menuBar*abSearchFor.mnemonic:        f
  2188.  
  2189. *menuBar*displayHTMLDomainsDialog.labelString:    HTML Domains...
  2190. *menuBar*displayHTMLDomainsDialog.mnemonic:        H
  2191. *displayHTMLDomainsDialog.documentationString:    \
  2192. Edit the list of domains that can receive HTML messages
  2193.  
  2194. *AddressBook*menuBar*viewProperties.labelString:    Properties
  2195. *AddressBook*menuBar*viewProperties.mnemonic:        s
  2196.  
  2197. *viewProperties.documentationString:    \
  2198. Place a call with Netscape Conference
  2199.  
  2200. *AddressBook**menuBar*selectAll.acceleratorText:
  2201.  
  2202. !=======================
  2203. !  Edit Menu - Bookmarks
  2204. !=======================
  2205.  
  2206. *bookmarks*menuBar*findInObject.labelString:        Find in Bookmarks...
  2207. *bookmarks*findInObject.documentationString:        \
  2208. Find a bookmark in the list
  2209.  
  2210. *bookmarkProperties.labelString:            Bookmark Properties
  2211. *menuBar*bookmarkProperties.mnemonic:        B
  2212. *bookmarkProperties.documentationString:    \
  2213. View the properties of the selected bookmark
  2214.  
  2215. !=======================
  2216. !  Edit Menu - History
  2217. !=======================
  2218.  
  2219. *history*menuBar*search.labelString:            Search History List
  2220. *history*menuBar*search.mnemonic:               H
  2221. *history*search.documentationString:    \
  2222. Search for one or more items in the History List
  2223.  
  2224. !=======================
  2225. !  View Menu - Navigator
  2226. !=======================
  2227.  
  2228. *menuBar*toggleNavigationToolbar.labelString: Navigation Toolbar
  2229. *menuBar*toggleNavigationToolbar.mnemonic:    N
  2230. *menuBar*toggleNavigationToolbar.documentationString: Show or hide the Navigation toolbar
  2231.  
  2232. *menuBar*toggleLocationToolbar.labelString: Location Toolbar
  2233. *menuBar*toggleLocationToolbar.mnemonic:    L
  2234. *toggleLocationToolbar.documentationString:    Show or hide the Location toolbar
  2235.  
  2236. *menuBar*togglePersonalToolbar.labelString:    Personal Toolbar
  2237. *menuBar*togglePersonalToolbar.mnemonic:    P
  2238. *togglePersonalToolbar.documentationString:    Show or hide the Personal toolbar
  2239.  
  2240. *menuBar*increaseFont.labelString:    Increase Font
  2241. *menuBar*increaseFont.mnemonic:        F
  2242. *menuBar*increaseFont.acceleratorText:    Ctrl+]
  2243. *increaseFont.documentationString:    \
  2244. Increase the font size for viewing this page
  2245.  
  2246. *menuBar*decreaseFont.labelString:    Decrease Font
  2247. *menuBar*decreaseFont.mnemonic:        n
  2248. *menuBar*decreaseFont.acceleratorText:    Ctrl+[
  2249. *decreaseFont.documentationString:    \
  2250. Decrease the font size for viewing this page
  2251.  
  2252. *reload.labelString:                Reload
  2253. *reload.mnemonic:                    R
  2254. *reload.acceleratorText:            Ctrl+R
  2255. ! In mail and news reply to sender uses this accelerator
  2256. *MailThread*menuBar*reload.acceleratorText:    
  2257. *MailMsg*menuBar*reload.acceleratorText:    
  2258. *News*menuBar*reload.acceleratorText:    
  2259. *reload.documentationString:        Reload the current page
  2260.  
  2261. *showImages.labelString:            Show Images
  2262. *showImages.mnemonic:                g
  2263. *showImages.documentationString:    Show the images in the current page
  2264.  
  2265. *refresh.labelString:                Refresh
  2266. *refresh.mnemonic:                    h
  2267. *refresh.documentationString:        Refresh the screen
  2268.  
  2269. *stopAnimationsCmdString:            Stop Animations
  2270. *stopLoadingCmdString:                Stop Loading
  2271. *stopLoading.labelString:            Stop Loading
  2272. *stopLoading.mnemonic:                S
  2273. *stopLoading.acceleratorText:        ESC
  2274. *stopLoading.documentationString:    Stop the current transfer
  2275. !xxx need separate doc string for stop animations
  2276.  
  2277. *viewPageSource.labelString:        Page Source
  2278. *viewPageSource.acceleratorText:    Ctrl+U
  2279. *viewPageSource.documentationString:View the HTML source of the current page
  2280.  
  2281. *viewPageInfo.labelString:            Page Info
  2282. *viewPageInfo.mnemonic:                I
  2283. *viewPageInfo.documentationString:    View information about the current page
  2284.  
  2285. *pageServices.labelString:            Page Services
  2286. *pageServices.mnemonic:                P
  2287. !*pageServices.documentationString:
  2288.  
  2289. *menuBar*encodingSubmenu.labelString:    Character Set
  2290. *menuBar*encodingSubmenu.mnemonic:        C
  2291. *encodingSubmenu.documentationString:    \
  2292. Change character encoding of the current page
  2293.  
  2294. ! View/Encoding Submenu
  2295.  
  2296. *latin1EncCmdString:        Western (ISO-8859-1)
  2297. *885915EncCmdString:        Western (ISO-8859-15)
  2298. *latin2EncCmdString:        Central European (ISO-8859-2)
  2299. *Win1250EncCmdString:        Central European (Windows-1250)
  2300. *jaAutoEncCmdString:        Japanese (Auto-Detect)
  2301. *jaSJISEncCmdString:        Japanese (Shift_JIS)
  2302. *jaEUCEncCmdString:            Japanese (EUC-JP)
  2303. *twBig5EncCmdString:        Traditional Chinese (Big5)
  2304. *twEUCEncCmdString:            Traditional Chinese (EUC-TW)
  2305. *gbEUCEncCmdString:            Simplified Chinese (GB2312)
  2306. *krEUCEncCmdString:            Korean (Auto-Detect)
  2307. *2022krEncCmdString:        Korean (ISO-2022-KR)
  2308. *koi8rEncCmdString:            Cyrillic (KOI8-R)
  2309. *88595EncCmdString:            Cyrillic (ISO-8859-5)
  2310. *Win1251EncCmdString:        Cyrillic (Windows-1251)
  2311. *cp866EncCmdString:            Cyrillic (CP-866)
  2312. *greekEncCmdString:            Greek (ISO-8859-7)
  2313. *Win1253EncCmdString:        Greek (Windows-1253)
  2314. *88599EncCmdString:            Turkish (ISO-8859-9)
  2315. *unicode_utf8EncCmdString:    Unicode (UTF-8)
  2316. *unicode_utf7EncCmdString:    Unicode (UTF-7)
  2317. *otherEncCmdString:            User-Defined
  2318. *setDefaultDocCSID:            Set Default Character Set
  2319. *setDefaultDocumentEncoding.documentationString:    \
  2320. Set the Global Default Documentation Encoding
  2321.  
  2322. ! end View/Encoding Submenu
  2323.  
  2324. !==============================
  2325. !  View Menu - Page Composer
  2326. !==============================
  2327.  
  2328. *toggleMenubar.labelString:    Menu bar
  2329. *toggleMenubar.documentationString:    \
  2330. Show or hide the Menu bar
  2331.  
  2332. *Editor*toggleNavigationToolbar.labelString:    Composition toolbar
  2333. *Editor*toggleNavigationToolbar.documentationString:    \
  2334. Show or hide the Composition toolbar
  2335.  
  2336. *toggleFormatToolbar.labelString:    Formatting toolbar
  2337. *toggleFormatToolbar.documentationString:    \
  2338. Show or hide the Formatting toolbar
  2339.  
  2340. *menuBar*toggleParagraphMarks.labelString:        Paragraph Marks
  2341. *menuBar*toggleParagraphMarks.mnemonic:            P
  2342. *toggleParagraphMarks.documentationString:    \
  2343. Show or hide the paragraph marks
  2344.  
  2345. !=============================
  2346. ! View Menu - Compose Message
  2347. !=============================
  2348.  
  2349. *Composition*menuBar*toggleNavigationToolbar.labelString: Message Toolbar
  2350. *Composition*toggleAddressArea.documentationString:    \
  2351. Show or hide the Addressing Area
  2352. *Composition*toggleAddressArea.tipString:          Addressing Area
  2353. *Composition*toggleAddressArea.mnemonic:          A
  2354. *Composition*toggleAddressArea.labelString:          Addressing Area
  2355.  
  2356. *Composition*toggleNavigationToolbar.labelString:    Message toolbar
  2357. *Composition*toggleNavigationToolbar.documentationString:    \
  2358. Show or hide the Message toolbar
  2359. *Composition*toggleNavigationToolbar.mnemonic:    T
  2360.  
  2361. !xxx add Show/Hide Addressing Area
  2362.  
  2363. *Composition*menuBar*viewAddresses.labelString:       Address Pane
  2364. *Composition*menuBar*viewAddresses.mnemonic:          A
  2365. *Composition*viewAddresses.documentationString:    \
  2366. View addresses of recipients
  2367.  
  2368. *Composition*menuBar*viewAttachments.labelString:     Attachment Pane
  2369. *Composition*menuBar*viewAttachments.mnemonic:        t
  2370. *viewAttachments.documentationString:    \
  2371. View message attachments
  2372.  
  2373. *Composition*menuBar*viewOptions.labelString:         Options Pane
  2374. *Composition*menuBar*viewOptions.mnemonic:            O
  2375. *Composition*viewOptions.documentationString: View message options
  2376.  
  2377. !xxx no longer in spec (viewMessageBodyOnly)
  2378. *Composition*menuBar*viewMessageBodyOnly.labelString: Message Body Only
  2379. *Composition*menuBar*viewMessageBodyOnly.mnemonic:    B
  2380. *Composition*viewMessageBodyOnly.documentationString:    \
  2381. View the message body and hide the adresses
  2382.  
  2383. *Composition*menuBar*wrapLongLines.labelString:       Wrap Long Lines
  2384. *Composition*menuBar*wrapLongLines.mnemonic:          W
  2385. *Composition*wrapLongLines.documentationString:    \
  2386. Wrap long lines when the message is sent
  2387.  
  2388. !============================
  2389. !  View Menu - Message Center
  2390. !============================
  2391.  
  2392. *MailFolder*menuBar*toggleNavigationToolbar.labelString: Message Toolbar
  2393. *MailFolder*menuBar*toggleNavigationToolbar.mnemonic:    M
  2394. *MailFolder*menuBar*toggleNavigationToolbar.documentationString: Show or hide the Folder toolbar
  2395.  
  2396. *menuBar*showSubmenu.labelString:   Show
  2397. *menuBar*showSubmenu.mnemonic:   w
  2398.  
  2399. *MailFolder*toggleNavigationToolbar.documentationString:    \
  2400. Show or hide the Message Center toolbar
  2401. *MailFolder*toggleNavigationToolbar.mnemonic:    M
  2402.  
  2403. *menuBar*moveSubmenu.labelString: Move Folder
  2404.  
  2405. !=============================
  2406. !  View Menu - Message Threads
  2407. !=============================
  2408.  
  2409. *MailThread*menuBar*toggleNavigationToolbar.labelString: Message Toolbar
  2410. *MailThread*menuBar*toggleNavigationToolbar.documentationString: Show or hide the Message toolbar
  2411. *MailThread*toggleNavigationToolbar.mnemonic:    M
  2412.  
  2413. *menuBar*toggleMessageExpansion.labelString: Message
  2414. *menuBar*toggleMessageExpansion.mnemonic: g
  2415. *menuBar*toggleMessageExpansion.documentationString: Show or hide the message.
  2416.  
  2417. *menuBar*toggleFolderExpansion.labelString: Folders
  2418. *menuBar*toggleFolderExpansion.mnemonic: F
  2419. *menuBar*toggleFolderExpansion.documentationString: Show or hide the list of folders.
  2420.  
  2421. *menuBar*sortSubmenu.labelString:    Sort
  2422. *menuBar*sortSubmenu.mnemonic:        o
  2423.  
  2424. ! View/Sort Submenu
  2425. *menuBar*sortBySubject.labelString:        by Subject
  2426. *menuBar*sortBySubject.mnemonic:        S
  2427. *menuBar*sortBySender.labelString:        by Sender
  2428. *menuBar*sortBySender.mnemonic:            r
  2429. *menuBar*sortByDate.labelString:        by Date
  2430. *menuBar*sortByDate.mnemonic:            e
  2431. *menuBar*sortByFlag.labelString:        by Flag
  2432. *menuBar*sortByFlag.mnemonic:            F
  2433. *menuBar*sortByPriority.labelString:    by Priority
  2434. *menuBar*sortByPriority.mnemonic:        P
  2435. *menuBar*sortByThread.labelString:        by Thread
  2436. *menuBar*sortByThread.mnemonic:            T
  2437. *menuBar*sortBySize.labelString:        by Size
  2438. *menuBar*sortBySize.mnemonic:            z
  2439. *menuBar*sortByStatus.labelString:        by Status
  2440. *menuBar*sortByStatus.mnemonic:            u
  2441. *menuBar*sortByUnread.labelString:        by Unread
  2442. *menuBar*sortByUnread.mnemonic:            n
  2443. *menuBar*sortByMessageNumber.labelString:    by Order Received
  2444. *menuBar*sortByMessageNumber.mnemonic:        O
  2445. *menuBar*sortForward.labelString:        Ascending
  2446. *menuBar*sortForward.mnemonic:            A
  2447. *menuBar*sortBackward.labelString:        Descending
  2448. *menuBar*sortBackward.mnemonic:            D
  2449. ! end View/Sort Submenu
  2450.  
  2451. *menuBar*expandCollapseSubmenu.labelString:    Expand/Collapse
  2452. *menuBar*expandCollapseSubmenu.mnemonic:    x
  2453.  
  2454. ! View/Expand/Collapse Submenu
  2455. *menuBar*expand.labelString:        Expand
  2456. *menuBar*expand.mnemonic:            x
  2457. *menuBar*expand.acceleratorText:    +
  2458. *menuBar*expandAll.labelString:        Expand All
  2459. *menuBar*expandAll.mnemonic:        A
  2460. *menuBar*expandAll.acceleratorText:    *
  2461. *menuBar*collapse.labelString:        Collapse
  2462. *menuBar*collapse.mnemonic:            C
  2463. *menuBar*collapse.acceleratorText:    -
  2464. *menuBar*collapseAll.labelString:    Collapse All
  2465. *menuBar*collapseAll.mnemonic:        l
  2466. *menuBar*collapseAll.acceleratorText: /
  2467. ! end View/Expand/Collapse Submenu
  2468.  
  2469. *menuBar*threadSubmenu.labelString:    Messages
  2470. *menuBar*threadSubmenu.mnemonic:    M
  2471.  
  2472. ! View/Messages Submenu
  2473. *menuBar*viewNew.labelString:            Unread
  2474. *menuBar*viewNew.mnemonic:                U
  2475. *viewNew.documentationString:    Show only unread messages
  2476.  
  2477. *menuBar*viewThreadsWithNew.labelString:Threads with Unread
  2478. *menuBar*viewThreadsWithNew.mnemonic:    T
  2479. *viewThreadsWithNew.documentationString:    \
  2480. Show threads that contain new messages
  2481.  
  2482. *menuBar*viewWatchedThreadsWithNew.labelString:    Watched Threads with Unread
  2483. *menuBar*viewWatchedThreadsWithNew.mnemonic:    W
  2484. *viewWatchedThreadsWithNew.documentationString:    \
  2485. Show watched threads that contain new messages
  2486.  
  2487. *menuBar*viewAllThreads.labelString:    All
  2488. *menuBar*viewAllThreads.mnemonic:        A
  2489. *viewAllThreads.documentationString: Show all messages
  2490. ! end View/Messages Submenu
  2491.  
  2492. *menuBar*headersSubmenu.labelString:    Headers
  2493. *menuBar*headersSubmenu.mnemonic:    d
  2494.  
  2495. ! View/Headers Submenu
  2496. *menuBar*showAllHeaders.labelString:    All
  2497. *menuBar*showAllHeaders.mnemonic:    A
  2498. *showAllHeaders.documentationString: Show all headers
  2499.  
  2500. *menuBar*showNormalHeaders.labelString:    Normal
  2501. *menuBar*showNormalHeaders.mnemonic:    N
  2502. *showNormalHeaders.documentationString: Show regular headers
  2503. *showBriefHeaders.labelString:    Brief
  2504. *menuBar*showBriefHeaders.mnemonic:    B
  2505. *menuBar*showBriefHeaders.documentationString: Show brief headers
  2506. ! end View/Headers Submenu
  2507.  
  2508. !xxx nolonger an attachments submenu
  2509. *menuBar*attachmentsSubmenu.labelString:    Attachments
  2510. *menuBar*attachmentsSubmenu.mnemonic:    n
  2511.  
  2512. *menuBar*viewAttachmentsInline.labelString:    View Attachments Inline
  2513. *menuBar*viewAttachmentsInline.mnemonic:    A
  2514. *viewAttachmentsInline.documentationString:    \
  2515. Show attachments in message as inline objects or links
  2516.  
  2517. *rot13Message.labelString:                Unscramble (ROT13)
  2518. *rot13Message.mnemonic:                    U
  2519. *rot13Message.documentationString:    \
  2520. Unscramble naughty jokes
  2521.  
  2522. *wrapLongLines.labelString:                Wrap Long Lines
  2523. *wrapLongLines.mnemonic:                p
  2524. *wrapLongLines.documentationString:    \
  2525. Wrap long lines when displaying message
  2526.  
  2527. !============================
  2528. !  View Menu - Message Window
  2529. !============================
  2530.  
  2531.  
  2532. !==========================
  2533. !  View Menu - Address Book
  2534. !==========================
  2535.  
  2536. *AddressBook*toggleNavigationToolbar.documentationString:    \
  2537. Show or hide the Address Book toolbar
  2538. *AddressBook*toggleNavigationToolbar.mnemonic:    B
  2539.  
  2540. *menuBar*abByType.labelString:            by Type
  2541. *menuBar*abByType.mnemonic:                T
  2542. *abByType.documentationString:    \
  2543. Sort address book entries by type
  2544.  
  2545. *menuBar*abByName.labelString:            by Name
  2546. *menuBar*abByName.mnemonic:                N
  2547. *abByName.documentationString:    \
  2548. Sort address book entries by name
  2549.  
  2550. *menuBar*abByEmailAddress.labelString:  by Email Address
  2551. *menuBar*abByEmailAddress.mnemonic:        E
  2552. *abByEmailAddress.documentationString:    \
  2553. Sort address book entries by email address
  2554.  
  2555. *menuBar*abByNickName.labelString:        by Nickname
  2556. *menuBar*abByNickName.mnemonic:            k
  2557. *abByNickName.documentationString:    \
  2558. Sort address book entries by nickname
  2559.  
  2560. *menuBar*abByCompany.labelString:        by Organization
  2561. !*menuBar*abByCompany.mnemonic:            O
  2562. *abByCompany.documentationString:    \
  2563. Sort address book entries by organization
  2564.  
  2565. *menuBar*abByLocality.labelString:        by City
  2566. *menuBar*abByLocality.mnemonic:            i
  2567. *abByLocality.documentationString:    \
  2568. Sort address book entries by city
  2569.  
  2570. ! shared with other windows
  2571. *menuBar*sortAscending.labelString:        Ascending
  2572. *menuBar*sortAscending.mnemonic:        A
  2573. *AddressBook*menuBar*sortAscending.documentationString:    \
  2574. Sort address book entries in ascending order
  2575.  
  2576. *menuBar*sortDescending.labelString:    Descending
  2577. *menuBar*sortDescending.mnemonic:        D
  2578. *AddressBook*sortDescending.documentationString:    \
  2579. Sort address book entries in descending order
  2580.  
  2581. *menuBar*abVCard.labelString:            My Address Book Card...
  2582. *menuBar*abVCard.mnemonic:                o
  2583. *abVCard.documentationString:    \
  2584. Create and edit my address book card
  2585.  
  2586. *menuBar*abStopSearch.labelString:     Stop Searching
  2587. *menuBar*abStopSearch.mnemonic: S
  2588. *menuBar*abStopSearch.acceleratorText: Esc
  2589.  
  2590.  
  2591. !=======================
  2592. !  View Menu - Bookmarks 
  2593. !=======================
  2594.  
  2595. bookmarks*menuBar*sortByTitle.labelString:    by Name
  2596. bookmarks*menuBar*sortByTitle.mnemonic:        T
  2597. bookmarks*sortByTitle.documentationString:    \
  2598. Sort bookmarks by name
  2599.  
  2600. *menuBar*sortByLocation.labelString:        by Location
  2601. *menuBar*sortByLocation.mnemonic:            L
  2602. *sortByLocation.documentationString:    \
  2603. Sort bookmarks by location
  2604.  
  2605. *sortByDateLastVisited.labelString:            by Date Last Visited
  2606. *sortByDateLastVisited.mnemonic:            V
  2607. *sortByDateLastVisited.documentationString:    \
  2608. Sort bookmarks by date last visited
  2609.  
  2610. *menuBar*sortByDateCreated.labelString:        by Date Created
  2611. *menuBar*sortByDateCreated.mnemonic:        C
  2612. *sortByDateCreated.documentationString:    \
  2613. Sort bookmarks by date created
  2614.  
  2615. *menuBar*moveBookmarkUp.labelString:        Move Up
  2616. *menuBar*moveBookmarkUp.mnemonic:            U
  2617. *menuBar*moveBookmarkUp.acceleratorText:    Shift+Up
  2618. *moveBookmarkUp.documentationString:    \
  2619. Move the bookmark up in the list
  2620.  
  2621. *menuBar*moveBookmarkDown.labelString:        Move Down
  2622. *menuBar*moveBookmarkDown.mnemonic:            w
  2623. *menuBar*moveBookmarkDown.acceleratorText:    Shift+Down
  2624. *moveBookmarkDown.documentationString:    \
  2625. Move the bookmark down in the list
  2626.  
  2627. *menuBar*bookmarksWhatsNew.labelString:        Update Bookmarks
  2628. *menuBar*bookmarksWhatsNew.mnemonic:        B
  2629. *bookmarksWhatsNew.documentationString:    \
  2630. Check bookmarks for updates
  2631.  
  2632. *setToolbarFolder.labelString:                Set as Toolbar Folder
  2633. *setToolbarFolder.mnemonic:                    F
  2634. *setToolbarFolder.documentationString:    \
  2635. Set selected folder as the folder for the Personal Toolbar
  2636.  
  2637. *setNewBookmarkFolder.labelString:            Set as Folder for New Bookmarks
  2638. *setNewBookmarkFolder.mnemonic:                N
  2639. *setNewBookmarkFolder.documentationString:    \
  2640. Set selected folder as the folder for adding new bookmarks
  2641.  
  2642. *setBookmarkMenuFolder.labelString:            Set as Bookmark Menu
  2643. *setBookmarkMenuFolder.mnemonic:            M
  2644. *setBookmarkMenuFolder.documentationString:    \
  2645. Set selected folder as the folder for the Bookmark menu
  2646.  
  2647. !=====================
  2648. !  View Menu - History
  2649. !=====================
  2650.  
  2651. *menuBar*sortByTitle.labelString:            by Title
  2652. *menuBar*sortByTitle.mnemonic:                T
  2653. *sortByTitle.documentationString:    \
  2654. Sort bookmarks by title
  2655.  
  2656. *menuBar*sortByDateFirstVisited.labelString:    by Date First Visited
  2657. *menuBar*sortByDateFirstVisited.mnemonic:        F
  2658. *sortByDateFirstVisited.documentationString:    \
  2659. Sort history list by date first visited
  2660.  
  2661. *menuBar*sortByExpirationDate.labelString:        by Expiration Date
  2662. *menuBar*sortByExpirationDate.mnemonic:            E
  2663. *sortByExpirationDate.documentationString:    \
  2664. Sort history list by expiration date
  2665.  
  2666. *menuBar*sortByVisitCount.labelString:            by Visit Count
  2667. *menuBar*sortByVisitCount.mnemonic:                C
  2668. *sortByVisitCount.documentationString:    \
  2669. Sort history list by visit count
  2670.  
  2671. !=====================
  2672. !  Go Menu - Navigator
  2673. !=====================
  2674.  
  2675. *back.labelString:            Back
  2676. *back.mnemonic:                B
  2677. *back.acceleratorText:        Ctrl+Left
  2678. *back.documentationString:  Return to the previous page in History list
  2679.  
  2680. *forward.labelString:        Forward
  2681. *forward.mnemonic:            F
  2682. *forward.acceleratorText:    Ctrl+Right
  2683. *forward.documentationString: Go to the next page in History list
  2684.  
  2685. *menuBar*home.labelString:    Home
  2686. *menuBar*home.mnemonic:        H
  2687. !xxx dynamic *home.documentationString:
  2688.  
  2689. !===========================
  2690. !  Go Menu - Message Threads
  2691. !===========================
  2692.  
  2693. *menuBar*nextSubmenu.labelString:                Next 
  2694. *menuBar*nextSubmenu.mnemonic:                    N
  2695. *menuBar*prevSubmenu.labelString:                Previous
  2696. *menuBar*prevSubmenu.mnemonic:                    P
  2697.  
  2698. *menuBar*nextMessage.labelString:                Message
  2699. *menuBar*nextMessage.mnemonic:                    M
  2700. *menuBar*nextMessage.acceleratorText:            Ctrl+Down
  2701. *nextMessage.documentationString:    \
  2702. Go to the next message
  2703.  
  2704. *menuBar*nextUnreadMessage.labelString:            Unread Message
  2705. *menuBar*nextUnreadMessage.mnemonic:            U
  2706. *menuBar*nextUnreadMessage.acceleratorText:        Ctrl+Shift+Down
  2707. *nextUnreadMessage.documentationString:    \
  2708. Go to the next unread message
  2709.  
  2710. *menuBar*nextFlaggedMessage.labelString:        Flagged Message
  2711. *menuBar*nextFlaggedMessage.mnemonic:            F
  2712. *nextFlaggedMessage.documentationString:    \
  2713. Go to the next flagged message
  2714.  
  2715. *menuBar*nextUnreadThread.labelString:            Unread Thread
  2716. *menuBar*nextUnreadThread.mnemonic:                T
  2717. *menuBar*nextUnreadThread.acceleratorText:        T
  2718. *nextUnreadThread.documentationString:    \
  2719. Go to the next unread thread
  2720.  
  2721. *menuBar*nextCategory.labelString:                Next Category
  2722. *menuBar*nextCategory.mnemonic:                    C
  2723. *nextCategory.documentationString:    \
  2724. Go to the next category.
  2725.  
  2726. *menuBar*nextUnreadCategory.labelString:        Next Unread Category
  2727. *menuBar*nextUnreadCategory.mnemonic:            y
  2728. *nextUnreadCategory.documentationString:    \
  2729. Go to the next unread category.
  2730.  
  2731. *menuBar*nextCollection.mnemonic:                o
  2732. *nextCollection.documentationString:    \
  2733. Go to the next folder or group.
  2734.  
  2735. *menuBar*nextUnreadCollection.mnemonic:            d
  2736. *menuBar*nextUnreadCollection.acceleratorText: G
  2737. *nextUnreadCollection.documentationString:    \
  2738. Go to the next unread folder or group.
  2739.  
  2740. *menuBar*previousMessage.labelString:            Message
  2741. *menuBar*previousMessage.mnemonic:                M
  2742. *menuBar*previousMessage.acceleratorText:        Ctrl+Up
  2743. *previousMessage.documentationString:    \
  2744. Go to the previous message
  2745.  
  2746. *menuBar*previousUnreadMessage.labelString:        Unread Message
  2747. *menuBar*previousUnreadMessage.mnemonic:        U
  2748. *menuBar*previousUnreadMessage.acceleratorText:        Ctrl+Shift+Up
  2749. *previousUnreadMessage.documentationString:    \
  2750. Go to the previous unread message
  2751.  
  2752. *menuBar*previousFlaggedMessage.labelString:    Flagged Message
  2753. *menuBar*previousFlaggedMessage.mnemonic:        F
  2754. *previousFlaggedMessage.documentationString:    \
  2755. Go to the previous flagged message
  2756.  
  2757. *menuBar*firstUnreadMessage.labelString:        First Unread Message
  2758. *menuBar*firstUnreadMessage.mnemonic:            U
  2759.  
  2760. *menuBar*firstFlaggedMessage.labelString:        First Flagged Message
  2761. *menuBar*firstFlaggedMessage.mnemonic:            F
  2762. *firstFlaggedMessage.documentationString:    \
  2763. Go to the first flagged message
  2764.  
  2765. *MailThread*back.acceleratorText:        Ctrl+Left
  2766. *MailMsg*back.acceleratorText:            Ctrl+Left
  2767. *MailThread*back.documentationString:    Go back to the last message
  2768. *MailMsg*back.documentationString:        Go back to the last message
  2769.  
  2770. *MailThread*forward.mnemonic:            w
  2771. *MailMsg*forward.mnemonic:                w
  2772. *MailThread*forward.acceleratorText:        Ctrl+Right
  2773. *MailMsg*forward.acceleratorText:        Ctrl+Right
  2774. *MailThread*forward.documentationString: Go forward to the next message
  2775. *MailMsg*forward.documentationString:    Go forward to the next message
  2776.  
  2777. !================================
  2778. !  Message Menu - Message Threads
  2779. !================================
  2780.  
  2781. *menuBar*replySubmenu.labelString:                Reply
  2782. *menuBar*replySubmenu.mnemonic:                    R
  2783. *replySubmenu.documentationString:    \
  2784. Reply to one or more recipients.
  2785.  
  2786. *menuBar*replyAllSubmenu.labelString:            Reply to All
  2787. *menuBar*replyAllSubmenu.mnemonic:                    p
  2788. *replySubmenu.documentationString:    \
  2789. Reply to one or all recipients.
  2790.  
  2791. ! Message/Reply Submenu
  2792. *replyToSender.labelString:                to Sender Only
  2793. *replyToSender.mnemonic:                S
  2794. *replyToSender.acceleratorText:            Ctrl+R
  2795. *replyToSender.documentationString:    \
  2796. Mail a reply to the sender of the message selected
  2797.  
  2798. *replyToAll.labelString:                to Sender and All Recipients
  2799. *replyToAll.mnemonic:                    S
  2800. *replyToAll.acceleratorText:            Ctrl+Shift+R
  2801. *replyToAll.documentationString:    \
  2802. Reply to all recipients of the message selected
  2803.  
  2804. *replyToNewsgroup.labelString:            to Newsgroup
  2805. *replyToNewsgroup.mnemonic:                N
  2806. !*replyToNewsgroup.acceleratorText:        Ctrl+D
  2807. *replyToNewsgroup.documentationString:    \
  2808. Post a reply to the newsgroup
  2809.  
  2810. *replyToSenderAndNewsgroup.labelString:    to Sender And Newsgroup
  2811. *replyToSenderAndNewsgroup.mnemonic:    N
  2812. !*replyToSenderAndNewsgroup.acceleratorText:    Ctrl+Shift+D
  2813. *replyToSenderAndNewsgroup.documentationString:    \
  2814. Post a reply to the newsgroup and mail a reply to the author
  2815. ! end Message/Reply Submenu
  2816.  
  2817. !
  2818. *cleanUpDisk.labelString:        Clean Up Disk
  2819. *cleanUpDisk.mnemonic:            a
  2820. *cleanUpDisk.documentationString:    Purge old news messages
  2821. *cleanUpDisk.tipString:            Purge old news messages
  2822. *menuBar*forwardSubmenu.labelString: Forward As
  2823. *menuBar*forwardSubmenu.mnemonic: o
  2824.  
  2825. *menuBar*forwardMessage.labelString:            Forward
  2826. *menuBar*forwardMessage.mnemonic:                F
  2827. *menuBar*forwardMessage.acceleratorText:        Ctrl+L
  2828. *forwardMessage.documentationString:    \
  2829. Forward the selected message.
  2830.  
  2831. *menuBar*forwardMessageAttachment.labelString: Attachment
  2832. *menuBar*forwardMessageAttachment.mnemonic:    A
  2833. *menuBar*forwardMessageAttachment.documentationString: \
  2834. Forward the selected message as an attachment.
  2835.  
  2836. *menuBar*forwardMessageQuoted.labelString:        Quoted
  2837. *menuBar*forwardMessageQuoted.mnemonic:            Q
  2838. *menuBar*forwardMessageQuoted.acceleratorText:    Ctrl+Shift+L
  2839. *forwardMessageQuoted.documentationString:    \
  2840. Forward the selected message as quoted text.
  2841.  
  2842. *menuBar*forwardMessageInLine.labelString:        Inline
  2843. *menuBar*forwardMessageInLine.mnemonic:            I
  2844. *forwardMessageInLine.documentationString:    \
  2845. Forward the selected message inline
  2846.  
  2847. *menuBar*fileSubmenu.labelString:                Move Message
  2848. *menuBar*fileSubmenu.mnemonic:                    M
  2849. *fileSubmenu.documentationString:    \
  2850. File the selected message to a folder
  2851.  
  2852. *menuBar*copySubmenu.labelString:                Copy Message
  2853. *menuBar*copySubmenu.mnemonic:                    C
  2854.  
  2855. *copySubmenu.documentationString:    \
  2856. Copy the selected message to a folder
  2857.  
  2858. *menuBar*addToABSubmenu.labelString:            Add to Address Book
  2859. *menuBar*addToABSubmenu.mnemonic:                A
  2860.  
  2861. ! Message/Add to Address Book Submenu
  2862. *addSenderToAddressBook.labelString:    Add Sender to Address Book
  2863. *addSenderToAddressBook.mnemonic:        S
  2864. *addSenderToAddressBook.documentationString:    \
  2865. Add sender to address book
  2866. *addAllToAddressBook.labelString:        Add All to Address Book
  2867. *addAllToAddressBook.mnemonic:            A
  2868. *addAllToAddressBook.documentationString:    \
  2869. Add all recipients to address book
  2870. ! end Message/Add to Address Book Submenu
  2871.  
  2872. *menuBar*markSubmenu.labelString:        Mark
  2873. *menuBar*markSubmenu.mnemonic:            k
  2874.  
  2875. ! Message/Mark Submenu
  2876.  
  2877. *markMessages.labelString: Flag
  2878. *markMessages.mnemonic: F
  2879. *markMessages.documentationString: Flag the selected message.
  2880.  
  2881. *markMessageRead.labelString:            as Read
  2882. *markMessageRead.mnemonic:                R
  2883. *markMessageRead.acceleratorText:        M
  2884. *markMessageRead.documentationString:    Mark selected messages as read
  2885. *markMessageRead.tipString:                Mark messages
  2886.  
  2887. *markThreadRead.labelString:            Thread as Read
  2888. *markThreadRead.mnemonic:                T
  2889. *markThreadRead.documentationString:    \
  2890. Mark messages with the same subject as read
  2891.  
  2892. *markAllMessagesRead.labelString:        All Read
  2893. *markAllMessagesRead.mnemonic:            A
  2894. *markAllMessagesRead.acceleratorText:    Ctrl+Shift+C
  2895. *markAllMessagesRead.documentationString:    \
  2896. Mark all messages as read
  2897.  
  2898. *markMessageByDate.labelString:            by Date...
  2899. *markMessageByDate.mnemonic:            D
  2900. *markMessageByDate.acceleratorText:        C
  2901. *markMessageByDate.documentationString:    \
  2902. Catch up in newsgroup and mark selected messages by date
  2903.  
  2904. *markMessageForLater.labelString:        for Later
  2905. *markMessageForLater.mnemonic:            L
  2906. *markMessageForLater.acceleratorText:    L
  2907. *markMessageForLater.documentationString:    \
  2908. Mark message to be read later
  2909. ! end Message/Mark Submenu
  2910.  
  2911. *menuBar*flagMessage.labelString:        Flag
  2912. *menuBar*flagMessage.mnemonic:            F
  2913. *flagMessage.documentationString: Flag selected messages
  2914.  
  2915. *menuBar*ignoreThread.labelString:        Ignore Thread
  2916. *menuBar*ignoreThread.mnemonic:            I
  2917. *menuBar*ignoreThread.acceleratorText:        K
  2918. *ignoreThread.documentationString: Ignore selected thread
  2919.  
  2920. *menuBar*ignoreCategory.labelString:    Ignore Category
  2921. *ignoreCategory.documentationString: Ignore selected category
  2922.  
  2923. *menuBar*watchThread.labelString:        Watch Thread
  2924. *menuBar*watchThread.mnemonic:            W
  2925. *menuBar*watchThread.acceleratorText:        W
  2926. *watchThread.documentationString:    \
  2927. Show when new messages arrive in this thread
  2928.  
  2929. ! override shared resources
  2930. *MailThread*mommy.tipString: Message Center
  2931. *MailMsg*mommy.tipString: Open Folder
  2932.  
  2933. *MailThread*menuBar*composeMessage.labelString: New Message
  2934. *MailThread*menuBar*composeMessage.mnemonic: M
  2935. *MailThread*menuBar*composeMessage.acceleratorText: Ctrl+M
  2936.  
  2937. !=============================
  2938. !  Insert Menu - Page Composer
  2939. !=============================
  2940.  
  2941. *menuBar*insert.labelString:                Insert
  2942. *menuBar.insertMenu.mnemonic:        I
  2943. *menuBar.insertMenu.fontList:        SGI_DYNAMIC ObliqueLabelFont
  2944. *menuBar*insertLink.labelString:                Link...
  2945. *menuBar*insertLink.mnemonic:                   L
  2946. *insertLink.documentationString:        Insert a link
  2947.  
  2948. *menuBar*insertTarget.labelString:              Target...
  2949. *menuBar*insertTarget.mnemonic:                 T
  2950. *insertTarget.documentationString:        Insert a target
  2951.  
  2952. *menuBar*insertImage.labelString:               Image...
  2953. *menuBar*insertImage.mnemonic:                  I
  2954. *insertImage.documentationString:        Insert an image
  2955.  
  2956. *insertTableMenu.labelString:                   Table
  2957. *insertTableMenu.mnemonic:                      e
  2958. *insertTableMenu.documentationString:    \
  2959. Insert table at current cursor location
  2960.  
  2961. *menuBar*insertHorizontalLine.labelString:      Horizontal Line...
  2962. *menuBar*insertHorizontalLine.mnemonic:         o
  2963. *insertHorizontalLine.documentationString:    \
  2964. Insert horizontal line
  2965.  
  2966. *menuBar*insertHtmlTag.labelString:             HTML Tag...
  2967. *menuBar*insertHtmlTag.mnemonic:                H
  2968. *insertHtmlTag.documentationString:    \
  2969. Insert an HTML tab
  2970.  
  2971. *menuBar*insertNewLineBreak.labelString:        New Line Break
  2972. *menuBar*insertNewLineBreak.mnemonic:           N
  2973. *menuBar*insertNewLineBreak.acceleratorText:    Shift+Return
  2974. *insertNewLineBreak.documentationString:    \
  2975. Insert a new link break at cursor location
  2976.  
  2977. *menuBar*insertBreakBelow.labelString:          Break below Image(s)
  2978. *menuBar*insertBreakBelow.mnemonic:             B
  2979. *insertBreakBelow.documentationString:    \
  2980. Insert break to continue text to the left and right 
  2981.  
  2982. *menuBar*insertNonBreaking.labelString:         Nonbreaking Space
  2983. *menuBar*insertNonBreaking.mnemonic:            S
  2984. *menuBar*insertNonBreaking.acceleratorText:     Shift+Space
  2985. *insertNonBreaking.documentationString:    \
  2986. Insert a non-breaking space character at cursor location 
  2987.  
  2988. !=============================
  2989. !  Format Menu - Page Composer
  2990. !=============================
  2991.  
  2992. *menuBar*formatMenu.labelString:            Format
  2993. *menuBar.formatMenu.mnemonic:        F
  2994. *menuBar.formatMenu.fontList:        SGI_DYNAMIC ObliqueLabelFont
  2995. *menuBar*fontStyleMenu.labelString:         Font
  2996. *menuBar*fontStyleMenu.mnemonic:            F
  2997. *fontStyleMenu.documentationString: Change the font face
  2998.  
  2999. *menuBar*characterSizeMenu.labelString:     Size
  3000. *menuBar*characterSizeMenu.mnemonic:        z
  3001.  
  3002. ! Format/Size Submenu
  3003. *setFontSizeMinusTwo.labelString:           -2
  3004. *setFontSizeMinusTwo.documentationString:    \
  3005. Set the relative font size to -2
  3006. *setFontSizeMinusOne.labelString:           -1
  3007. *setFontSizeMinusOne.documentationString:    \
  3008. Set the relative font size to -1
  3009. *setFontSizeZero.labelString:               +0
  3010. *setFontSizeZero.documentationString:        \
  3011. Set the relative font size to +0
  3012. *setFontSizePlusOne.labelString:            +1
  3013. *setFontSizePlusOne.documentationString:    \
  3014. Set the relative font size to +1
  3015. *setFontSizePlusTwo.labelString:            +2
  3016. *setFontSizePlusTwo.documentationString:    \
  3017. Set the relative font size to +2
  3018. *setFontSizePlusThree.labelString:          +3
  3019. *setFontSizePlusThree.documentationString:    \
  3020. Set the relative font size to +3
  3021. *setFontSizePlusFour.labelString:           +4
  3022. *setFontSizePlusFour.documentationString:    \
  3023. Set the relative font size to +4
  3024. *setFontSize.labelString:                   Default
  3025. *setFontSize.documentationString:            \
  3026. Set the relative font size to the default
  3027. ! end Format/Size Submenu
  3028.  
  3029. *menuBar*characterStyleMenu.labelString:    Style
  3030. *menuBar*characterStyleMenu.mnemonic:        S
  3031.  
  3032. ! Format/Style Submenu
  3033. *toggleCharacterStyleBold.labelString:            Bold
  3034. *toggleCharacterStyleBold.documentationString:    \
  3035. Set the style to Bold <Ctrl+B>
  3036. *toggleCharacterStyleItalic.labelString:        Italic
  3037. *toggleCharacterStyleItalic.documentationString:    \
  3038. Set the style to Italic <Ctrl+I>
  3039. *toggleCharacterStyleUnderline.labelString:        Underline
  3040. *toggleCharacterStyleUnderline.documentationString:    \
  3041. Set the style to Underline <Ctrl+U>
  3042. *toggleCharacterStyleFixed.labelString:            Fixed
  3043. *toggleCharacterStyleFixed.documentationString:    \
  3044. Set the style to Fixed
  3045. *toggleCharacterStyleSuperscript.labelString:    Superscript
  3046. *toggleCharacterStyleSuperscript.documentationString:    \
  3047. Set the style to Superscript
  3048. *toggleCharacterStyleSubscript.labelString:        Subscript
  3049. *toggleCharacterStyleSubscript.documentationString:    \
  3050. Set the style to Subscript
  3051. *toggleCharacterStyleStrikethrough.labelString:    Strikethrough
  3052. *toggleCharacterStyleStrikethrough.documentationString:    \
  3053. Set the style to Strikethrough
  3054. *toggleCharacterStyleBlink.labelString:            Blinking
  3055. *toggleCharacterStyleBlink.documentationString:    \
  3056. Set the style to Blink
  3057. ! end Format/Style Submenu
  3058.  
  3059. *menuBar*characterColorMenu.labelString:    Text Color
  3060. *menuBar*characterColorMenu.mnemonic:       C
  3061.  
  3062. *menuBar*setCharacterColor.labelString:     Text Color...
  3063. *menuBar*setCharacterColor.mnemonic:        C
  3064.  
  3065. *menuBar*clearAllStyles.labelString:        Remove All Styles
  3066. *menuBar*clearAllStyles.mnemonic:           r
  3067. *clearAllStyles.documentationString: Remove all character styles
  3068.  
  3069. *menuBar*setTableProperties.labelString:    Table Properties
  3070. *menuBar*setTableProperties.mnemonic:       T
  3071. *setTableProperties.documentationString: Change table properties
  3072.  
  3073. *menuBar*headingStyleMenu.labelString:      Heading
  3074. *menuBar*headingStyleMenu.mnemonic:         H
  3075.  
  3076. ! Format/Heading Submenu
  3077. *setParagraphStyleNormal.labelString:       Normal
  3078. *setParagraphStyleNormal.documentationString:    \
  3079. Set the style to Normal
  3080. *setParagraphStyleHeadingOne.labelString:   Heading 1
  3081. *setParagraphStyleHeadingOne.documentationString:    \
  3082. Set the style to heading 1
  3083. *setParagraphStyleHeadingTwo.labelString:   Heading 2
  3084. *setParagraphStyleHeadingTwo.documentationString:    \
  3085. Set the style to heading 2
  3086. *setParagraphStyleHeadingThree.labelString: Heading 3
  3087. *setParagraphStyleHeadingThree.documentationString:    \
  3088. Set the style to heading 3
  3089. *setParagraphStyleHeadingFour.labelString:  Heading 4
  3090. *setParagraphStyleHeadingFour.documentationString:    \
  3091. Set the style to heading 4
  3092. *setParagraphStyleHeadingFive.labelString:  Heading 5
  3093. *setParagraphStyleHeadingFive.documentationString:    \
  3094. Set the style to heading 5
  3095. *setParagraphStyleHeadingSix.labelString:   Heading 6
  3096. *setParagraphStyleHeadingSix.documentationString:    \
  3097. Set the style to heading 6
  3098. ! end Format/Heading Submenu
  3099.  
  3100. *menuBar*paragraphStyleMenu.labelString:    Paragraph
  3101. *menuBar*paragraphStyleMenu.mnemonic:       P
  3102.  
  3103. ! Format/Paragraph Style Submenu
  3104. *setParagraphStyleAddress.labelString:      Address
  3105. *setParagraphStyleAddress.documentationString:    \
  3106. Set the paragraph style to Address
  3107. *setParagraphStyleFormatted.labelString:    Formatted
  3108. *setParagraphStyleFormatted.documentationString:    \
  3109. Set the paragraph style to Formatted
  3110. *setParagraphStyleDescriptionTitle.labelString: Description Title
  3111. *setParagraphStyleDescriptionTitle.documentationString:    \
  3112. Set the paragraph style to Description Title
  3113. *setParagraphStyleDescriptionText.labelString: Description Text
  3114. *setParagraphStyleDescriptionText.documentationString:    \
  3115. Set the paragraph style to Description Text
  3116. ! end Format/Paragraph Style Submenu
  3117.  
  3118. *menuBar*listStyleMenu.labelString:         List
  3119. *menuBar*listStyleMenu.mnemonic:            L
  3120.  
  3121. ! Format/List Submenu
  3122. *setListStyleNone.labelString:              None
  3123. *setListStyleNone.documentationString:    \
  3124. Remove list style
  3125. *setListStyleBulleted.labelString:          Bulleted
  3126. *setListStyleBulleted.documentationString:    \
  3127. Insert bulletted list
  3128. *setListStyleNumbered.labelString:          Numbered
  3129. *setListStyleNumbered.documentationString:    \
  3130. Insert numbered list
  3131. ! end Format/List Submenu
  3132.  
  3133. *menuBar*indent.labelString:                Increase Indent
  3134. *menuBar*indent.mnemonic:                   I
  3135. *indent.documentationString:        Increase the indent one level
  3136.  
  3137. *menuBar*outdent.labelString:               Decrease Indent
  3138. *menuBar*outdent.mnemonic:                  D
  3139. *outdent.documentationString:        Decrease the indent one level
  3140.  
  3141. *menuBar*setObjectProperties.labelString:   Object Properties
  3142. *menuBar*setObjectProperties.mnemonic:      e
  3143. *setObjectProperties.documentationString:    \
  3144. Change selected object properties
  3145.  
  3146. *setPageProperties.labelString:     Page Colors and Properties
  3147. *setPageProperties.mnemonic:        g
  3148. *setPageProperties.documentationString:    \
  3149. Change page properties
  3150.  
  3151. *setSaveEncrypted.labelString:     Save Encrypted
  3152. *setSaveEncrypted.mnemonic:        E
  3153. *setSaveEncrypted.documentationString:    \
  3154. Save this File as a Pre-Encrypted File
  3155.  
  3156. *menuBar*alignmentStyleMenu.labelString:        Align
  3157. *menuBar*alignmentStyleMenu.mnemonic:            A
  3158.  
  3159. *setAlignmentStyleLeft.labelString:                Left
  3160. *setAlignmentStyleLeft.documentationString:    \
  3161. Left-justify the current paragraph
  3162. *setAlignmentStyleCenter.labelString:            Center
  3163. *setAlignmentStyleCenter.documentationString:    \
  3164. Center-justify the current paragraph
  3165. *setAlignmentStyleRight.labelString:            Right
  3166. *setAlignmentStyleRight.documentationString:    \
  3167. Right-justify the current paragraph
  3168.  
  3169. !============================
  3170. !  Tools Menu - Page Composer
  3171. !============================
  3172.  
  3173. *menuBar*toolsMenu.labelString:             Tools
  3174. *menuBar.toolsMenu.mnemonic:        T
  3175. *menuBar.toolsMenu.fontList:        SGI_DYNAMIC ObliqueLabelFont
  3176. *spellCheck.labelString:            Check Spelling...
  3177. *spellCheck.acceleratorText:        Ctrl+K
  3178. *spellCheck.mnemonic:            S
  3179. *spellCheck.tipString:              Check Spelling
  3180. *spellCheck.documentationString:    Check spelling errors in the page
  3181. *Composition*spellCheck.documentationString:    \
  3182. Check spelling errors in the message
  3183.  
  3184. !===================
  3185. !  Communicator Menu
  3186. !===================
  3187.  
  3188. *menuBar*openOrBringUpBrowser.labelString:        Navigator
  3189. *menuBar*openOrBringUpBrowser.mnemonic:            N
  3190. *menuBar*openOrBringUpBrowser.acceleratorText:    Ctrl+1
  3191. *openOrBringUpBrowser.documentationString:    \
  3192. Open a browser window
  3193.  
  3194. *menuBar*openInbox.labelString:                    Messenger
  3195. *menuBar*openInbox.mnemonic:                    M
  3196. *menuBar*openInbox.acceleratorText:                Ctrl+2
  3197. *openInbox.documentationString:    \
  3198. Open the mail window and get new messages
  3199.  
  3200. *menuBar*openNewsgroups.labelString:            Newsgroups
  3201. *menuBar*openNewsgroups.mnemonic:                g
  3202. !*menuBar*openNewsgroups.acceleratorText:        Ctrl+3
  3203. *openNewsgroups.documentationString:    \
  3204. Open the list of newsgroups
  3205.  
  3206. *menuBar*openEditor.labelString:                Composer
  3207. *menuBar*openEditor.mnemonic:                    C
  3208. *menuBar*openEditor.acceleratorText:            Ctrl+3
  3209. *openEditor.documentationString:    \
  3210. Open the web page editor
  3211.  
  3212. *menuBar*openConference.labelString:            Conference
  3213. *menuBar*openConference.mnemonic:                o
  3214. *menuBar*openConference.acceleratorText:        Ctrl+5
  3215. !*openConference.documentationString:    \
  3216. !Open the conferencing window
  3217.  
  3218. *menuBar*openCalendar.labelString:                Calendar
  3219. *menuBar*openCalendar.mnemonic:                    r
  3220. *menuBar*openCalendar.acceleratorText:            Ctrl+4
  3221. *openCalendar.documentationString:    \
  3222. Open the personal calendar window
  3223.  
  3224. *menuBar*openRadio.labelString:                    Radio
  3225. *menuBar*openRadio.mnemonic:                    d
  3226. *menuBar*openRadio.acceleratorText:                Ctrl+7
  3227. *openRadio.documentationString:    \
  3228. Open the radio player 
  3229.  
  3230. *menuBar*toggleTaskbarShowing.labelString:                Floating Component Bar
  3231. *menuBar*toggleTaskbarShowing.mnemonic:    C
  3232. *toggleTaskbarShowing.documentationString:    \
  3233. Show or hide the Component Bar
  3234.  
  3235. *menuBar*openFolders.labelString:                Message Center
  3236. *menuBar*openFolders.mnemonic:                    M
  3237. !*menuBar*openFolders.acceleratorText:            Ctrl+Shift+1
  3238. *openFolders.documentationString:    \
  3239. Open the mail folders and newsgroups window
  3240.  
  3241. *menuBar*openAddrBook.labelString:                Address Book
  3242. *menuBar*openAddrBook.mnemonic:                    A
  3243. *menuBar*openAddrBook.acceleratorText:            Ctrl+Shift+2
  3244. *openAddrBook.documentationString:    \
  3245. Open the address book
  3246.  
  3247. *menuBar*bookmarksSubmenu.labelString:            Bookmarks
  3248. *menuBar*bookmarksSubmenu.mnemonic:                B
  3249.  
  3250. *menuBar*toolsSubmenu.labelString:            Tools
  3251. *menuBar*toolsSubmenu.mnemonic:                T
  3252.  
  3253. *menuBar*serverToolsSubmenu.labelString:        Server Tools
  3254. *menuBar*serverToolsSubmenu.mnemonic:            S
  3255.  
  3256. ! Communicator/Bookmarks Submenu
  3257. *addBookmark.labelString:                        Add Bookmark
  3258. *addBookmark.mnemonic:                            A
  3259. !*addBookmark.acceleratorText:                    Ctrl+K
  3260. *addBookmark.documentationString:    \
  3261. Add the current page to the Bookmarks list
  3262.  
  3263. *menuBar*openBookmarks.labelString:                Edit Bookmarks...
  3264. *menuBar*openBookmarks.mnemonic:                E
  3265. !*menuBar*openBookmarks.acceleratorText:            Ctrl+B
  3266. *openBookmarks.documentationString:    \
  3267. Edit the Bookmarks list
  3268.  
  3269. *menuBar*fileBookmarksSubmenu.labelString:      File Bookmark
  3270. *menuBar*fileBookmarksSubmenu.mnemonic:            F
  3271. *fileBookmarksSubmenu.documentationString:    \
  3272. File the current page in a Bookmarks folder
  3273.  
  3274. *menuBar*placesSubmenu.labelString:                Guide
  3275. *menuBar*placesSubmenu.mnemonic:                G
  3276.  
  3277. ! Communicator/Bookmarks/Guide Submenu
  3278. *menuBar*inetIndex.labelString:        The Internet
  3279. *menuBar*inetIndex.mnemonic:        I
  3280.  
  3281. *menuBar*inetWhite.labelString:        People
  3282. *menuBar*inetWhite.mnemonic:        P
  3283.  
  3284. *menuBar*inetYellow.labelString:    Yellow Pages
  3285. *menuBar*inetYellow.mnemonic:        Y
  3286.  
  3287. *menuBar*whatsNew.labelString:        What's New?
  3288. *menuBar*whatsNew.mnemonic:            N
  3289.  
  3290. *menuBar*whatsCool.labelString:        What's Cool?
  3291. *menuBar*whatsCool.mnemonic:        C
  3292. ! end Communicator/Bookmarks/Guide Submenu
  3293.  
  3294. ! end Communicator/Bookmarks Submenu
  3295.  
  3296. *menuBar*openHistory.labelString:                History
  3297. *menuBar*openHistory.mnemonic:                    H
  3298. !*menuBar*openHistory.acceleratorText:            Ctrl+H
  3299. *openHistory.documentationString:        Open the history window
  3300.  
  3301. *menuBar*javaConsole.labelString:                Java Console
  3302. *menuBar*javaConsole.mnemonic:                    J
  3303. *javaConsole.documentationString:        Open the Java Console
  3304.  
  3305. *menuBar*viewSecurity.labelString:                Security Info
  3306. *menuBar*viewSecurity.mnemonic:                    S
  3307. !*menuBar*viewSecurity.acceleratorText:            Ctrl+Shift+I
  3308. *viewSecurity.documentationString:    \
  3309. Show security information for this page
  3310.  
  3311. ! Communicator/Server Tools Submenu
  3312. *menuBar*manageMailingList.labelString:        Mailing Lists
  3313. *menuBar*manageMailingList.mnemonic:        L
  3314.  
  3315. *managePublicFolders.labelString:    Folder Permissions
  3316. *managePublicFolders.mnemonic:        F
  3317.  
  3318. ! end Communicator/Bookmarks Submenu
  3319.  
  3320. !===========
  3321. !  Help Menu
  3322. !===========
  3323.  
  3324. *menuBar*manual.labelString:    Help Contents
  3325. *menuBar*manual.mnemonic:        H
  3326. *manual.documentationString: Help manual
  3327.  
  3328. *menuBar*relnotes.labelString:        Release Notes
  3329. *menuBar*relnotes.mnemonic:        R
  3330. *relnotes.documentationString:    \
  3331. Information about the version of Communicator you are running
  3332.  
  3333. *menuBar*productInfo.labelString:    Product Support & Info
  3334. *productInfo.documentationString:    \
  3335. Product support and information
  3336.  
  3337. *menuBar*feedback.labelString:        How to Give Feedback
  3338. *menuBar*feedback.mnemonic:        G
  3339. *feedback.documentationString:    \
  3340. Instructions on how to give feedback about Netscape
  3341.  
  3342. *menuBar*intl.labelString:            For International Users
  3343. *intl.documentationString:    \
  3344. Information on running Netscape for international users
  3345.  
  3346. *menuBar*aboutSecurity.labelString:    On Security
  3347. *menuBar*aboutSecurity.mnemonic:    O
  3348. *aboutSecurity.documentationString:    \
  3349. Information regarding security on the Internet
  3350.  
  3351. *menuBar*registration.labelString:    Register Now
  3352. *menuBar*registration.mnemonic:        I
  3353. *registration.documentationString:    \
  3354. Product registration
  3355.  
  3356. *menuBar*upgrade.labelString:        Software
  3357. *menuBar*upgrade.mnemonic:        t
  3358. *upgrade.documentationString:    \
  3359. Download Netscape software and upgrades
  3360.  
  3361. *menuBar*services.labelString:        Netscape Direct
  3362.  
  3363. *menuBar*aboutUsenet.labelString:    Netiquette
  3364.  
  3365. *menuBar*aboutplugins.labelString:    About Plug-ins
  3366. *menuBar*aboutplugins.mnemonic:        P
  3367. *aboutplugins.documentationString:    \
  3368. Information about your plug-ins
  3369.  
  3370. *menuBar*aboutfonts.labelString:    About Font Displayers
  3371. *menuBar*aboutfonts.mnemonic:        D
  3372.  
  3373. *menuBar*about.labelString:        About Communicator
  3374. *menuBar*aboutLite.labelString:        About Navigator
  3375. *menuBar*about.mnemonic:        A
  3376. *about.documentationString:    \
  3377. Show product information, version number, and copyright
  3378.  
  3379. !==============
  3380. !  end of menus
  3381. !==============
  3382.  
  3383. ! Leftovers, old, and duplicates...
  3384.  
  3385. *viewMailFilter.labelString:                Mail Filters
  3386.  
  3387. ! Mail filter stuff
  3388.  
  3389. *filterDialog.dialogTitle:                Message Filters
  3390. *filterDialog*form*orderBox*orderLabel.labelString:    Filter\norder
  3391. *filterDialog*form*newFilter.labelString:        New...
  3392. *filterDialog*form*newFilter.mnemonic:            N
  3393. *filterDialog*form*editFilter.labelString:        Edit...
  3394. *filterDialog*form*editFilter.mnemonic:            E
  3395. *filterDialog*form*delFilter.labelString:        Delete
  3396. *filterDialog*form*delFilter.mnemonic:            D
  3397. *filterDialog*form*javaScript.labelString:        Java Script
  3398. *filterDialog*form*logbtn.labelString:            Log filter use
  3399. *filterDialog*form*logbtn.mnemonic:                L
  3400. *filterDialog*form*viewLog.labelString:            View Log
  3401. *filterDialog*form*viewLog.mnemonic:            V
  3402. *filterDialog*form*okbtn.labelString:            OK
  3403. *filterDialog*form*cancelbtn.labelString:        Cancel
  3404. *filterDialog*form*onserver.labelString:        Filters on Server...
  3405. *filterDialog*form*dropdownLabel.labelString:       Filters for:
  3406. *filterDialog*form*outlinerLabel.labelString:\
  3407. Filters will be applied in the following order:
  3408. *filterDialog*form*frameTitle.labelString:                Description
  3409.  
  3410. *editFilterDialog.dialogTitle:    Filter Rules
  3411. *editFilterDialog*filterLabel.labelString:    Filter Name:
  3412. *editFilterDialog*criteriaFrameTitle.labelString:    Filter Criteria
  3413. *editFilterDialog*actionFrameTitle.labelString:    Filter Action
  3414.  
  3415. *editFilterDialog*scriptokbtn.labelString: OK
  3416. *editFilterDialog*scriptokbtn.alignment: ALIGNMENT_CENTER
  3417. *editFilterDialog*scriptcancelbtn.labelString: Cancel
  3418. *editFilterDialog*scriptcancelbtn.alignment: ALIGNMENT_CENTER
  3419. *editFilterDialog*scripteditbtn.labelString: Edit Script
  3420. *editFilterDialog*scripteditbtn.alignment: ALIGNMENT_CENTER
  3421.  
  3422. *editFilterDialog*editContainer*commandGrp*more.labelString:     More
  3423. *editFilterDialog*editContainer*commandGrp*more.mnemonic:        M
  3424. *editFilterDialog*editContainer*commandGrp*fewer.labelString:     Fewer
  3425. *editFilterDialog*editContainer*commandGrp*fewer.mnemonic:    F
  3426. *editFilterDialog*editContainer*despLabel.labelString: Description:
  3427. *editFilterDialog*editContainer*okbtn.labelString: OK
  3428. *editFilterDialog*editContainer*cancelbtn.labelString: Cancel
  3429. *editFilterDialog*newFolder.labelString:     New Folder...
  3430. *editFilterDialog*newFolder.mnemonic:         F
  3431. *editHdrBtn.labelString: Customize Headers...
  3432.  
  3433. ! The Edit headers dialog, for search and filter:
  3434. *editHdrDialog.title: Customize Headers
  3435. *editHdrDialog*editHdrLabel.labelString: Customize the message headers that you\ncan search for and filter on.
  3436. *editHdrDialog*new.labelString: New
  3437. *editHdrDialog*edit.labelString: Edit
  3438. *editHdrDialog*delete.labelString: Delete
  3439.  
  3440. ! The New Folder dialog:
  3441. *newFolderDialog*dialogTitle: New Folder
  3442. *newFolderDialog*name.labelString: Name:
  3443. *newFolderDialog*subFolderOf.labelString: Create as a subfolder of:
  3444. *newFolderDialog*folderTypeLabel.labelString: \
  3445. This server restricts the contents of folders.\n\
  3446. What will this folder contain?
  3447. *newFolderDialog*foldersOnly.labelString: Folders only.
  3448. *newFolderDialog*messagesOnly.labelString: Messages only.
  3449.  
  3450.  
  3451. !=============================================================================
  3452. ! MailCompose menubar
  3453. !=============================================================================
  3454.  
  3455. ! Don't limit these to just menubars or else they won't show up
  3456. ! in popups.
  3457. *setPriority.labelString:            Priority    
  3458.  
  3459. *messageActionAskUser.labelString:        Ask Me
  3460. *messageActionText.labelString:            Text
  3461. *messageActionHTML.labelString:            HTML
  3462. *messageActionTextAndHTML.labelString:        Text and HTML
  3463.  
  3464. *attachFile.labelString:            File...
  3465. *attachFile.mnemonic:                F
  3466. *attachWebPage.labelString:            Web Page...
  3467. *attachWebPage.mnemonic:            W
  3468. *deleteAttachment.labelString:            Delete Attachment
  3469. *deleteAttachment.mnemonic:            D
  3470. *attachAddressBookCard.labelString:        Personal Card (vCard)
  3471. *attachAddressBookCard.mnemonic:        A
  3472.  
  3473. ! Edit Menu
  3474. *menuBar*undoNull.labelString:              Nothing to Undo
  3475. *menuBar*undoTyping.labelString:            Undo Typing
  3476. *menuBar*undoAddText.labelString:           Undo Add Text
  3477. *menuBar*undoDeleteText.labelString:        Undo Delete Text
  3478. *menuBar*undoCut.labelString:               Undo Cut
  3479. *menuBar*undoPasteText.labelString:         Undo Paste Text
  3480. *menuBar*undoPasteHTML.labelString:         Undo Paste HTML
  3481. *menuBar*undoPasteHREF.labelString:         Undo Paste HREF
  3482. *menuBar*undoChangeAttributes.labelString:  Undo Change Attributes
  3483. *menuBar*undoIndent.labelString:            Undo Indent
  3484. *menuBar*undoParagraphAlign.labelString:    Undo Align Paragraph
  3485. *menuBar*undoMorphContainer.labelString:    Undo Change Paragraph Style
  3486. *menuBar*undoInsertHorizRule.labelString:   Undo Insert Horizontal Rule
  3487. *menuBar*undoSetHorizRuleData.labelString:  Undo Set Horizontal Rule Data
  3488. *menuBar*undoInsertImage.labelString:       Undo Insert Image
  3489. *menuBar*undoSetImageData.labelString:      Undo Set Image Data
  3490. *menuBar*undoInsertBreak.labelString:       Undo Insert Break
  3491. *menuBar*undoChangePageData.labelString:    Undo Change Page Data
  3492. *menuBar*undoSetMetaData.labelString:       Undo Set Meta Data
  3493. *menuBar*undoDeleteMetaData.labelString:    Undo Delete Meta Data
  3494. *menuBar*undoInsertTarget.labelString:      Undo Insert Target
  3495. *menuBar*undoSetTargetData.labelString:     Undo Set Target Data
  3496. *menuBar*undoInsertUnknownTag.labelString:  Undo Unknown Tag
  3497. *menuBar*undoSetUnknownTagData.labelString: Undo Set Unknown Tag Data
  3498. *menuBar*undoGroupOfChanges.labelString:    Undo Changes
  3499. *menuBar*undoSetListData.labelString:       Undo Set List Data
  3500. *menuBar*undoInsertTable.labelString:        Undo Insert Table
  3501. *menuBar*undoDeleteTable.labelString:        Undo Delete Table
  3502. *menuBar*undoSetTableData.labelString:        Undo Set Table Data
  3503. *menuBar*undoInsertTableCaption.labelString: Undo Insert Caption
  3504. *menuBar*undoSetTableCaptionData.labelString: Undo Set Caption Data
  3505. *menuBar*undoDeleteTableCaption.labelString: Undo Delete Caption
  3506. *menuBar*undoInsertTableRow.labelString:    Undo Insert Row
  3507. *menuBar*undoSetTableRowData.labelString:    Undo Set Row Data
  3508. *menuBar*undoDeleteTableRow.labelString:    Undo Delete Row
  3509. *menuBar*undoInsertTableColumn.labelString: Undo Insert Column
  3510. *menuBar*undoSetTableCellData.labelString:    Undo Set Cell Data
  3511. *menuBar*undoDeleteTableColumn.labelString: Undo Delete Column
  3512. *menuBar*undoInsertTableCell.labelString:    Undo Insert Cell
  3513. *menuBar*undoDeleteTableCell.labelString:    Undo Delete Cell
  3514.  
  3515. *menuBar*redoNull.labelString:              Nothing to Redo
  3516. *menuBar*redoTyping.labelString:            Redo Typing
  3517. *menuBar*redoAddText.labelString:           Redo Add Text
  3518. *menuBar*redoDeleteText.labelString:        Redo Delete Text
  3519. *menuBar*redoCut.labelString:               Redo Cut
  3520. *menuBar*redoPasteText.labelString:         Redo Paste Text
  3521. *menuBar*redoPasteHTML.labelString:         Redo Paste HTML
  3522. *menuBar*redoPasteHREF.labelString:         Redo Paste HREF
  3523. *menuBar*redoChangeAttributes.labelString:  Redo Change Attributes
  3524. *menuBar*redoIndent.labelString:            Redo Indent
  3525. *menuBar*redoParagraphAlign.labelString:    Redo Align Paragraph
  3526. *menuBar*redoMorphContainer.labelString:    Redo Change Paragraph Style
  3527. *menuBar*redoInsertHorizRule.labelString:   Redo Insert Horizontal Rule
  3528. *menuBar*redoSetHorizRuleData.labelString:  Redo Set Horizontal Rule Data
  3529. *menuBar*redoInsertImage.labelString:       Redo Insert Image
  3530. *menuBar*redoSetImageData.labelString:      Redo Set Image Data
  3531. *menuBar*redoInsertBreak.labelString:       Redo Insert Break
  3532. *menuBar*redoChangePageData.labelString:    Redo Change Page Data
  3533. *menuBar*redoSetMetaData.labelString:       Redo Set Meta Data
  3534. *menuBar*redoDeleteMetaData.labelString:    Redo Delete Meta Data
  3535. *menuBar*redoInsertTarget.labelString:      Redo Insert Target
  3536. *menuBar*redoSetTargetData.labelString:     Redo Set Target Data
  3537. *menuBar*redoInsertUnknownTag.labelString:  Redo Unknown Tag
  3538. *menuBar*redoSetUnknownTagData.labelString: Redo Set Unknown Tag Data
  3539. *menuBar*redoGroupOfChanges.labelString:    Redo Changes
  3540. *menuBar*redoSetListData.labelString:       Redo Set List Data
  3541. *menuBar*redoInsertTable.labelString:        Redo Insert Table
  3542. *menuBar*redoDeleteTable.labelString:        Redo Delete Table
  3543. *menuBar*redoSetTableData.labelString:        Redo Set Table Data
  3544. *menuBar*redoInsertTableCaption.labelString: Redo Insert Caption
  3545. *menuBar*redoSetTableCaptionData.labelString: Redo Set Caption Data
  3546. *menuBar*redoDeleteTableCaption.labelString: Redo Delete Caption
  3547. *menuBar*redoInsertTableRow.labelString:    Redo Insert Row
  3548. *menuBar*redoSetTableRowData.labelString:    Redo Set Row Data
  3549. *menuBar*redoDeleteTableRow.labelString:    Redo Delete Row
  3550. *menuBar*redoInsertTableColumn.labelString: Redo Insert Column
  3551. *menuBar*redoSetTableCellData.labelString:    Redo Set Cell Data
  3552. *menuBar*redoDeleteTableColumn.labelString: Redo Delete Column
  3553. *menuBar*redoInsertTableCell.labelString:    Redo Insert Cell
  3554. *menuBar*redoDeleteTableCell.labelString:    Redo Delete Cell
  3555. ! new
  3556.  
  3557.  
  3558. ! View Menu
  3559. *Editor*menuBar*source.labelString:                View Document Source
  3560. *Editor*menuBar*source.mnemonic:                S
  3561. *menuBar*editSource.labelString:            Edit Document Source
  3562. *menuBar*editSource.mnemonic:                    E
  3563. *menuBar*paragraphMarks.labelString:        Display Paragraph Marks
  3564. *menuBar*paragraphMarks.mnemonic:                P
  3565. !*displayTableBoundaries.labelString:           Display Table Boundaries
  3566. *displayTables.labelString:                     Display Tables
  3567. *displayTables.mnemonic:                        T
  3568. ! new
  3569. *menuBar*toggleComposeToolbar.labelString:        Compose Toolbar
  3570. *menuBar*toggleComposeToolbar.mnemonic:            C
  3571. *menuBar*toggleFormatToolbar.mnemonic:            F
  3572. *menuBar*toggleFormatToolbar.labelString:        Formatting Toolbar
  3573. *menuBar*toggleTableBorders.labelString:        Table Borders
  3574. *menuBar*toggleTableBorders.mnemonic:            B
  3575.  
  3576. ! Insert Menu
  3577. ! new
  3578. *menuBar*insertMenu.labelString:                Insert
  3579. *menuBar*insertListMenu.labelString:            List
  3580. *menuBar*insertBulletedList.labelString:        Bulleted List
  3581. *menuBar*insertNumberedList.labelString:        Numbered List
  3582. *insertTableRow.labelString:                    Row
  3583. *insertTableRow.mnemonic:                       R
  3584. *insertTableRow.documentationString:            Insert a new row in the table
  3585. *insertTableColumn.labelString:                 Column
  3586. *insertTableColumn.mnemonic:                    o
  3587. *insertTableColumn.documentationString:        Insert a new column in the table
  3588. *insertTableCell.labelString:                   Cell
  3589. *insertTableCell.mnemonic:                      C
  3590. *insertTableCell.documentationString:           Insert a new cell in the table
  3591.  
  3592. *insertHtml.labelString:                        HTML Tag...
  3593. *insertHtml.mnemonic:                           H
  3594. *insertHtml.documentationString:                \
  3595. Insert an arbitrary HTML Tag at the insertion location
  3596. *insertNonBreakingSpace.labelString:            Non-breaking Space
  3597. *insertNonBreakingSpace.mnemonic:               S
  3598. *insertBreakBelowImage.labelString:             Break below Image(s)
  3599. *insertBreakBelowImage.mnemonic:                B
  3600. *insertLineBreak.labelString:                   New Line Break
  3601. *insertLineBreak.mnemonic:                      L
  3602.  
  3603. ! Insert/Tables pullaside.
  3604. *insertTable.labelString:                    Table...
  3605. *insertTable.mnemonic:                          T
  3606. *insertRow.labelString:                         Row
  3607. *insertRow.mnemonic:                            R
  3608. *insertColumn.labelString:                      Column
  3609. *insertColumn.mnemonic:                         o
  3610. *insertCell.labelString:                        Cell
  3611. *insertCell.mnemonic:                           C
  3612.  
  3613. ! new
  3614. ! Format Menu
  3615. ! Properties Menu
  3616. *menuBar*properties.labelString:            Properties
  3617. *menuBar*textProperties.labelString:        Character Properties
  3618. *menuBar*textProperties.mnemonic:        e
  3619. *menuBar*linkProperties.labelString:        Link Properties
  3620. *menuBar*linkProperties.mnemonic:        L
  3621. *menuBar*imageProperties.labelString:        Image Properties
  3622. *menuBar*imageProperties.mnemonic:        I
  3623. *menuBar*targetProperties.labelString:        Target Properties
  3624. *menuBar*targetProperties.mnemonic:        a
  3625. *menuBar*tableProperties.labelString:        Table Properties
  3626. *menuBar*tableProperties.mnemonic:        T
  3627. *menuBar*hruleProperties.labelString:        Horizontal Line Properties
  3628. *menuBar*hruleProperties.mnemonic:        o
  3629. *menuBar*tagProperties.labelString:            HTML Tag Properties
  3630. *menuBar*tagProperties.mnemonic:        H
  3631. *menuBar*documentProperties.labelString:    Document Properties
  3632. *menuBar*documentProperties.mnemonic:   D
  3633.  
  3634. ! Properties Character Pullaside
  3635. *charProperties.labelString:                Character
  3636. *charProperties.mnemonic:                C
  3637. *charProperties.bold.labelString:            Bold
  3638. *charProperties.bold.acceleratorText:    Ctrl+B
  3639. *charProperties.bold.mnemonic:            B
  3640. *charProperties.underline.labelString:    Underline
  3641. *charProperties.underline.acceleratorText:    Ctrl+U
  3642. *charProperties.underline.mnemonic:        U
  3643. *charProperties.italic.labelString:            Italic
  3644. *charProperties.italic.acceleratorText:    Ctrl+I
  3645. *charProperties.italic.mnemonic:        I
  3646. *charProperties.fixed.labelString:            Fixed Width
  3647. *charProperties.fixed.acceleratorText:    Ctrl+T
  3648. *charProperties.fixed.mnemonic:            F
  3649. *charProperties.superscript.labelString:    Superscript
  3650. *charProperties.superscript.mnemonic:    p
  3651. *charProperties.subscript.labelString:        Subscript
  3652. *charProperties.subscript.mnemonic:        S
  3653. *charProperties.strikethrough.labelString:    Strikethrough
  3654. *charProperties.strikethrough.mnemonic:    t
  3655. *charProperties.blink.labelString:            Blinking
  3656. *charProperties.blink.mnemonic:         k
  3657. *charProperties.textColor.labelString:        Text Color...
  3658. *charProperties.textColor.mnemonic:        C
  3659. *charProperties.defaultColor.labelString:    Default Color
  3660. *charProperties.defaultColor.mnemonic:    D
  3661. *charProperties.serverJavaScript.labelString: JavaScript (Server)
  3662. *charProperties.serverJavaScript.mnemonic: J
  3663. *charProperties.clientJavaScript.labelString: JavaScript (Client)
  3664. *charProperties.clientJavaScript.mnemonic: v
  3665. *menuBar*charProperties.clearAllStyles.labelString:    Clear All Styles <Ctrl+K>
  3666. *menuBar*charProperties.clearAllStyles.acceleratorText:    Ctrl+K
  3667. *menuBar*charProperties.clearAllStyles.mnemonic:    a
  3668. *menuBar*fontSize.labelString:                        Font Size
  3669. *menuBar*fontSize.mnemonic:                S
  3670. *menuBar*paragraphProperties.labelString:            Paragraph
  3671. *menuBar*paragraphProperties.mnemonic:        P
  3672. *menuBar*paragraphProperties.indent.labelString:    Indent one level
  3673. *menuBar*paragraphProperties.indent.acceleratorText:    Tab
  3674. *menuBar*paragraphProperties.indent.mnemonic:           I
  3675. *menuBar*paragraphProperties.outdent.labelString:    Remove one indent level
  3676. *menuBar*paragraphProperties.outdent.acceleratorText:    Shift+Tab
  3677. *menuBar*paragraphProperties.outdent.mnemonic:          R
  3678.  
  3679. ! Properties Font Size PullAside/Toolbar Font Size Popup.
  3680. *characterToolbar*fontSize.marginWidth:                0
  3681. *characterToolbar*fontSize.marginHeight:            0
  3682. *composeToolbar*fontSize.marginWidth:                0
  3683. *composeToolbar*fontSize.marginHeight:                0
  3684. *fontSize.XmPushButtonGadget.labelType: STRING
  3685. *fontSize.minusTwo.labelString:                     -2
  3686. *fontSize.minusOne.labelString:                     -1
  3687. *fontSize.plusZero.labelString:                      +0
  3688. *fontSize.plusZero.mnemonic:                 0
  3689. *fontSize.plusOne.labelString:                      +1
  3690. *fontSize.plusOne.mnemonic:                  1
  3691. *fontSize.plusTwo.labelString:                      +2 
  3692. *fontSize.plusTwo.mnemonic:                  2
  3693. *fontSize.plusThree.labelString:                    +3
  3694. *fontSize.plusThree.mnemonic:                3
  3695. *fontSize.plusFour.labelString:                     +4
  3696. *fontSize.plusFour.mnemonic:                 4
  3697.  
  3698. ! Properties Paragraph PullAside/Toolbar Properties Popup.
  3699. *composeToolbar*paragraphProperties.marginWidth:    0
  3700. *composeToolbar*paragraphProperties.marginHeight:    0
  3701. *paragraphProperties.XmPushButtonGadget.labelType:    STRING
  3702. *normal.labelString:              Normal
  3703. *normal.mnemonic:                N
  3704. *headingOne.labelString:        Heading 1
  3705. *headingOne.mnemonic:            1
  3706. *headingTwo.labelString:        Heading 2
  3707. *headingTwo.mnemonic:            2
  3708. *headingThree.labelString:        Heading 3
  3709. *headingThree.mnemonic:            3
  3710. *headingFour.labelString:        Heading 4
  3711. *headingFour.mnemonic:            4
  3712. *headingFive.labelString:        Heading 5
  3713. *headingFive.mnemonic:            5
  3714. *headingSix.labelString:        Heading 6
  3715. *headingSix.mnemonic:            6
  3716. *address.labelString:            Address
  3717. *address.mnemonic:                A
  3718. *formatted.labelString:            Formatted
  3719. *formatted.mnemonic:            F
  3720. *listItem.labelString:            List Item
  3721. *listItem.mnemonic:                L
  3722. *descriptionItem.labelString:    Description Title
  3723. *descriptionItem.mnemonic:        T
  3724. *descriptionText.labelString:    Description Text
  3725. *descriptionText.mnemonic:        x
  3726.  
  3727. ! Tools menu
  3728. ! Options Menu
  3729. *menuBar*editorPrefs.labelString:    Editor Preferences...
  3730. *menuBar*editorPrefs.mnemonic:        E
  3731. *Editor*menuBar*showToolbar.labelString:    Show File/Edit Toolbar
  3732. *Editor*menuBar*showToolbar.mnemonic:    T
  3733. *menuBar*showCharacter.labelString:    Show Character Toolbar
  3734. *menuBar*showCharacter.mnemonic:    C
  3735. *menuBar*showParagraph.labelString:    Show Paragraph Toolbar
  3736. *menuBar*showParagraph.mnemonic:    P
  3737.  
  3738. ! Windows Menu
  3739. *menuBar*netBrowser.labelString:    Netscape Browser
  3740.  
  3741. !=============
  3742. !  Popup Menus
  3743. !=============
  3744.  
  3745. !this comes up when you right click on a person in the address book
  3746. !so it should say "New Message" and not "Message"
  3747. *popup*composeMessage.labelString:    New Message
  3748. !
  3749. *popup*viewProperties.labelString:       Properties
  3750. *popup*viewProperties.mnemonic:           s
  3751. !
  3752. *popup*abDelete.labelString:        Delete
  3753. *popup*abDelete.mnemonic:            D
  3754. *popup*abDelete.acceleratorText:     Ctrl+D
  3755. !
  3756. *popup*abDeleteAllEntries.labelString:        Delete From All Lists
  3757. !
  3758. *popup*addToAddressBook.labelString:     New Card...
  3759. *popup*addToAddressBook.mnemonic:         w
  3760. *popup*abNewList.labelString:           New List...
  3761. *popup*abNewList.mnemonic:                L
  3762. !
  3763. *popup*saveMessagesAs.labelString:      Save As...
  3764. *popup*saveMessagesAs.mnemonic:         S
  3765. *popup*saveMessagesAs.acceleratorText:  Ctrl+S
  3766.  
  3767. ! These are std Mail folder names.
  3768. *popup*sentMail.labelString:                Sent
  3769. *popup*sentMail.mnemonic:                S
  3770.  
  3771. *popup*inbox.labelString:                Inbox
  3772. *popup*inbox.mnemonic:                    I
  3773.  
  3774. *popup*trash.labelString:                Trash
  3775. *popup*trash.mnemonic:                    T
  3776.  
  3777. *popup*newFolder.labelString:                New...
  3778. *popup*newFolder.mnemonic:                N
  3779.  
  3780. ! A few Message Center popups:
  3781. *popup*openFolder.labelString:  Open
  3782. *popup*openFolderInNew.labelString:  Open in New Window
  3783. *popup*deleteFolder.labelString:     Delete
  3784. *popup*renameFolder.labelString:     Rename...
  3785. *popup*compactFolder.labelString:     Compact
  3786. *popup*subscribeFolder.labelString:     Subscribe...
  3787. *popup*unsubscribeFolder.labelString:     Unsubscribe
  3788.  
  3789. *popup*search.labelString:        Search Messages
  3790. *popup*search.labelString:        Search Messages
  3791. *popup*openNewsgroups.labelString:    Open Newsgroups
  3792. *popup*markNewsgroupsRead.labelString:    Mark Newsgroup Read
  3793. *popup*updateMessageCount.labelString:    Update Message Count
  3794.  
  3795. ! These are only in the threads window popup:
  3796. *popup*ignoreThread.labelString:    Ignore Thread
  3797. *popup*ignoreThread.mnemonic:        I
  3798. *popup*watchThread.labelString:        Watch Thread
  3799. *popup*watchThread.mnemonic:        W
  3800. *popup*changePriority.labelString:    Change Priority
  3801. *popup*openSelected.labelString:    Open Message
  3802. *popup*openMsgInNew.labelString:    Open Message in New Window
  3803. *popup*editMsg.labelString:            Edit Message
  3804. *popup*addSenderToAddressBook.labelString:    Add to Address Book
  3805.  
  3806. ! the Mail Message window popup:
  3807. ! many of these don't actually get there because they're
  3808. ! overridden by the backend's allxpstr.h defs.
  3809. *popup*replyToSender.labelString:    Reply To Sender Only
  3810. *popup*replyToSender.mnemonic:        R
  3811. *popup*replyToAll.labelString:        Reply To Sender and All
  3812. *popup*replyToAll.mnemonic:        A
  3813. *popup*replyToNewsgroup.labelString:        Reply To Newsgroup
  3814.  
  3815. *toolBar*popup_PopupMenu.PopupMenu.replyToSender.labelString: to Sender Only
  3816. *toolBar*popup_PopupMenu.PopupMenu.replyToNewsgroup.labelString: to Newsgroup
  3817.  
  3818. *popup*replyToSenderAndNewsgroup.labelString:        Reply To Sender and Newsgroup
  3819. *popup*forwardMessage.labelString:    Forward
  3820. *popup*forwardMessage.mnemonic:        a
  3821. *popup*forwardMessageQuoted.labelString:    Forward Quoted
  3822. *popup*forwardMessage.mnemonic:        Q
  3823. *popup*forwardMessageInLine.labelString:    Forward Inline
  3824. *popup*forwardMessageInLine.mnemonic:    l
  3825. ! "Recipients"?  What does that do?  It's in the spec.
  3826.  
  3827.  
  3828. *popup*addToAddrBkSubmenu.labelString:    Add to Address Book
  3829. *popup*addToABSubmenu.labelString:    Add to Address Book
  3830. *popup*addSenderToAddrBk.labelString:    Sender
  3831. *popup*addAllToAddrBk.labelString:    All
  3832.  
  3833. *popup*fileSubmenu.labelString:        Move Message
  3834. *popup*deleteMessage.labelString:    Delete Message
  3835. *popup*deleteMessage.mnemonic:        D
  3836. *popup*saveMessage.labelString:        Save Message
  3837. *popup*saveMessage.mnemonic:        v
  3838. *popup*print.labelString:        Print Message...
  3839. *popup*print.mnemonic:            P
  3840.  
  3841. ! Editor Popup Menu
  3842. *popup*textProperties.labelString:      Character Properties
  3843. *popup*textProperties.mnemonic:         x
  3844. *popup*targetProperties.labelString:    Target Properties
  3845. *popup*targetProperties.mnemonic:       a
  3846. *popup*imageProperties.labelString:     Image Properties
  3847. *popup*imageProperties.mnemonic:        I
  3848. *popup*tableProperties.labelString:     Table Properties
  3849. *popup*tableProperties.mnemonic:        T
  3850. *popup*hruleProperties.labelString:     Horizontal Line Properties
  3851. *popup*hruleProperties.mnemonic:        o
  3852. *popup*tagProperties.labelString:       HTML Tag Properties
  3853. *popup*tagProperties.mnemonic:          H
  3854. *popup*paragraphProperties.labelString: Paragraph Properties
  3855. *popup*paragraphProperties.mnemonic:    g
  3856. *popup*documentProperties.labelString:  Document Properties
  3857. *popup*documentProperties.mnemonic:     D
  3858. *popup*insert.labelString:              Insert
  3859. *popup*insert.mnemonic:                 s
  3860. *popup*insertLink.labelString:          Insert Link...
  3861. *popup*insertLink.mnemonic:             n
  3862. *popup*linkProperties.labelString:      Link Properties
  3863. *popup*linkProperties.mnemonic:         n
  3864. *popup*browseLink.labelString:          Open Link in Browser...
  3865. *popup*browseLink.mnemonic:             w
  3866. *popup*browseToLink.labelString:        Browse to: (%s)
  3867. *popup*editLink.labelString:            Open Link in Editor...
  3868. *popup*editLink.mnemonic:               E
  3869. *popup*bookmarkLink.labelString:        Add Link to Bookmarks
  3870. *popup*bookmarkLink.mnemonic:           B
  3871. *popup*copyLink.labelString:            Copy Link Location
  3872. *popup*copyLink.mnemonic:               k
  3873. *popup*removeLink.labelString:          Remove Link
  3874. *popup*removeLink.mnemonic:             R
  3875.  
  3876. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3877. ! Editor toolbar (submenu).
  3878. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3879. *toolBar*newBlank.labelString:          Blank Page
  3880. *toolBar*newTemplate.labelString:       New From Template
  3881. *toolBar*newWizard.labelString:         New From Wizard
  3882. *toolBar*openPage.labelString:          Open Page...
  3883. *toolBar*save.labelString:              Save
  3884. *toolBar*saveAs.labelString:            Save As...
  3885. *toolBar*publish.labelString:           Publish
  3886. *toolBar*sendPage.labelString:          Send Page
  3887.  
  3888. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3889. ! Editor toolbar (text only).
  3890. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3891. *toolBar.editDocument.labelString:      Edit
  3892. *toolBar.editorNewBlank.labelString:    New
  3893. *toolBar.editorOpenFile.labelString:    Open...
  3894. *toolBar.save.labelString:              Save
  3895. *toolBar.editorBrowse.labelString:      Browse
  3896. *toolBar.cut.labelString:        Cut
  3897. *toolBar.copy.labelString:        Copy
  3898. *toolBar.paste.labelString:        Paste
  3899. *toolBar.publish.labelString:        Publish
  3900. ! new
  3901. *toolBar.newBlank.labelString:          New
  3902. *newBlank.tipString:                New Page
  3903. *toolBar.openPage.labelString:          Open
  3904. *toolBar.browsePage.labelString:        Browse
  3905. *toolBar.findInObject.labelString:      Find
  3906. *toolBar.insertLink.labelString:        Link
  3907. *toolBar.insertTarget.labelString:      Target
  3908. *toolBar.insertImage.labelString:       Image
  3909. *toolBar.insertHorizontalLine.labelString: Line
  3910. *toolBar.insertTable.labelString:       Table
  3911. *toolBar.spellCheck.labelString:        Spelling
  3912.  
  3913. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3914. ! Editor dialogs.
  3915. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3916. *textPropertiesDialog_popup.title:            Netscape: Properties
  3917. *textPropertiesDialog.folder.XmForm.marginHeight:         10
  3918. *textPropertiesDialog.folder.XmForm.marginWidth:        10
  3919. *textPropertiesDialog*XmFrame.marginHeight:     2
  3920. *textPropertiesDialog*XmFrame.marginWidth:        2
  3921. *imagePropertiesDialog_popup.title:               Netscape: Properties
  3922. *imagePropertiesDialog.folder.XmForm.marginHeight:         10
  3923. *imagePropertiesDialog.folder.XmForm.marginWidth:        10
  3924. *imagePropertiesDialog*XmFrame.marginHeight:     2
  3925. *imagePropertiesDialog*XmFrame.marginWidth:        2
  3926.  
  3927. ! Properties/Link properties.
  3928. *linkProperties.tabLabelString:    Link
  3929. *linkSourceTitle.labelString:    Link source
  3930. *linkSourceLabel.labelString:        Enter the text of the link:
  3931. *linkToTitle.labelString:        Link to
  3932. *linkToLabel.labelString:        Enter link to a page location or local file:
  3933. *browseFile.labelString:        Browse File...
  3934. *linkTarget.labelString:        \
  3935. Link to a named target in specified document(optional)
  3936. *showTargets.labelString:        Show targets in: 
  3937. *currentDocument.labelString:    Current document
  3938. *selectedFile.labelString:        Selected file
  3939. *linkProperties*targetText.height:                100
  3940.  
  3941. ! Properties/Character properties:
  3942. *characterProperties.tabLabelString:    Character
  3943. *colorTitle.labelString:        Color
  3944. *colorLabel.labelString:        Current color:
  3945. *default.labelString:            Document's default color
  3946. *custom.labelString:            Custom color
  3947. *chooseColor.labelString:        Choose Color...
  3948. *colorText.labelString:            Selected text will be set to the chosen color.
  3949. *sizeTitle.labelString:            Size
  3950. *sizeText.labelString:            Each paragraph style has\nits own default size.
  3951. *styleTitle.labelString:        Style
  3952. *clearStyles.labelString:        Clear Style Settings
  3953. *characterProperties*clearStyles.marginWidth:    10
  3954. *characterProperties*clearStyles.marginHeight:    5
  3955. *characterProperties*clearStyles.leftOffset:    30
  3956. *characterProperties*clearStyles.rightOffset:    30
  3957. *characterProperties*clearStyles.bottomAttachment: ATTACH_FORM
  3958. *characterProperties*clearStyles.bottomOffset:    5
  3959. *characterProperties*javaFrame.leftOffset:        10
  3960. *characterProperties*sizeFrame.leftOffset:        10
  3961. *javaTitle.labelString:            Java Script
  3962. *java*client.labelString:        Client
  3963. *java*server.labelString:        Server
  3964. *clearAll.labelString:            Clear All Settings
  3965. *characterProperties*clearAll.marginWidth:        10
  3966. *characterProperties*clearAll.marginHeight:        5
  3967. *characterProperties*clearAll.topOffset:        20
  3968. *characterProperties*clearAll.leftOffset:        15
  3969. *characterProperties*clearAll.rightOffset:        15
  3970.  
  3971. ! Properties/Paragraph properties:
  3972. *paragraphProperties.tabLabelString: Paragraph
  3973. *styleLabel.labelString:            Paragraph style:
  3974. *additionalLabel.labelString:        Additional style:
  3975. *additional*default.labelString:    Default
  3976. *additional*list.labelString:        List
  3977. *additional*blockQuote.labelString:    Block quote
  3978. *listTitle.labelString:                List
  3979. *listLabel.labelString:                Style:
  3980. *numbered.labelString:                Numbered
  3981. *unnumbered.labelString:            Unnumbered
  3982. *directory.labelString:                Directory
  3983. *menu.labelString:                    Menu
  3984. *description.labelString:            Description
  3985. *automatic.labelString:                Automatic
  3986. *digital.labelString:                1,2,3,4,5..
  3987. *lowerRoman.labelString:            i,ii,iii,iv,v..
  3988. *upperRoman.labelString:            I,II,III,IV,V..
  3989. *lowerAlpha.labelString:            a,b,c,d,e..
  3990. *upperAlpha.labelString:            A,B,C,D,E..
  3991. *solidCircle.labelString:            Solid Circle
  3992. *openCircle.labelString:            Open Circle
  3993. *openSquare.labelString:            Open Square
  3994. *startLabel.labelString:            Starting number
  3995. *startText.columns:                    4
  3996. *spaceAvailable.labelString:        This Space Available
  3997. *paragraphProperties*spaceAvailable.topOffset:    40
  3998. *paragraphProperties*spaceAvailable.leftOffset:    150
  3999.  
  4000. ! Properties/Image properties:
  4001. *imageProperties.tabLabelString:    Image
  4002. *imageFileTitle.labelString:        \
  4003. Image location - Enter a remote URL or local file:
  4004. *chooseFile.labelString:            Choose File...
  4005. *browse.labelString:                Browse...
  4006. *alternativeImageTitle.labelString:    Alternative representations (optional):
  4007. *alternativeImageLabel.labelString:    Image:
  4008. *alternativeTextLabel.labelString:    Text:
  4009. *alignmentRowColumn*XmToggleButtonGadget.shadowThickness: 2
  4010. *alignmentTitle.labelString:        Text alignment and wrapping around images
  4011. *alignmentInfoLabel.labelString:    \
  4012. To see wrapped text, view page in Browse window.
  4013. *imageSpaceTitle.labelString:        Space around image
  4014. *imageProperties.imageSpaceFrame.leftOffset:    10
  4015. *leftRightLabel.labelString:        Left and right:
  4016. *topBottomLabel.labelString:        Top and Bottom:
  4017. *solidBorderLabel.labelString:        Solid Border:
  4018. *originalSize.labelString:            Original Size
  4019. *customSize.labelString:            Custom Size
  4020. *constrain.labelString:                Constrain
  4021. *copyImage.labelString:                Copy image to document location
  4022. *leaveImage.labelString:            Leave image at the original location
  4023. *useAsBackground.labelString:        Use as background
  4024. *removeImageMap.labelString:        Remove Image Map
  4025. *editImage.labelString:                Edit Image
  4026.  
  4027. ! Horizontal Line Properties
  4028. *horizontalLineProperties_popup.title: Netscape: Horizontal Line
  4029. *dimensionsTitle.labelString:        Dimensions
  4030. *horizontalLineProperties*XmFrame.marginWidth:  10
  4031. *horizontalLineProperties*XmFrame.marginHeight: 10
  4032. *heightLabel.labelString:            Height:
  4033. *heightText.columns:                4
  4034. *pixels.labelString:                pixels
  4035. *widthLabel.labelString:            Width:
  4036. *widthText.columns:                    4
  4037. *percent.labelString:                % of window
  4038. *alignTitle.labelString:            Align
  4039. *left.labelString:                    Left
  4040. *center.labelString:                Center
  4041. *right.labelString:                Right
  4042. *threeDShading.labelString:            3-D shading
  4043.  
  4044. ! Document Properties & Editor Preferences/Appearance
  4045. *appearanceProperties.tabLabelString:                Colors and Background
  4046. *documentPropertiesDialog_popup.title:    Netscape: Document Properties
  4047. *editorPreferencesDialog_popup.title:    Netscape: Editor Preferences
  4048. *folder*appearance.marginHeight:     10
  4049. *folder*appearance.marginWidth:        10
  4050. *folder*appearance*XmFrame.marginHeight: 2
  4051. *folder*appearance*XmFrame.marginWidth:    2
  4052. *appearance*custom.labelString:        Use custom colors
  4053. *appearance*browser.labelString:        \
  4054. Use the Browser's color settings
  4055. *schemesTitle.labelString:        Color schemes
  4056. *save.labelString:            Save
  4057. *remove.labelString:            Remove
  4058. *documentColorsTitle.labelString:    Document colors
  4059. *documentPropertiesDialog*previewFrame.marginHeight:     0
  4060. *documentPropertiesDialog*previewFrame.marginWidth:    0
  4061. *appearance*normal.labelString:            Normal text...
  4062. *appearance*link.labelString:            Link text...
  4063. *appearance*active.labelString:            Active Link text...
  4064. *appearance*followed.labelString:        Followed Link text...
  4065. *appearance*background.labelString:        Background...
  4066. *appearance*backgroundInfo.labelString:        Background image will override color.
  4067. *appearance*preview.normal.labelString: Normal text
  4068. *appearance*preview.link.labelString:    Link text
  4069. *appearance*preview.active.labelString:  Active (selected) link
  4070. *appearance*preview.followed.labelString: Followed (visited) link
  4071. *appearance*preview*normalLabelString: Normal text
  4072. *appearance*preview*linkLabelString:    Link text
  4073. *appearance*preview*activeLabelString:  Active (selected) link
  4074. *appearance*preview*followedLabelString: Followed (visited) link
  4075. *backgroundImageTitle.labelString:            Background image
  4076. *browseImageFile.labelString:                Browse for File...
  4077. *solid.labelString:            Solid color
  4078. *useImage.labelString:                Use Image
  4079. *choose.labelString:            Choose Color...
  4080. *documentPropertiesDialog*appearance*infoLabel.labelString:    \
  4081. These settings will be applied to the current document.
  4082. *editorAppearance*appearance*infoLabel.labelString:    \
  4083. These settings will be applied to new documents, not the current.
  4084.  
  4085. ! Document Properties/General
  4086. *generalProperties.tabLabelString:    General
  4087. *folder*general.marginHeight:         10
  4088. *folder*general.marginWidth:        10
  4089. *locationLabel.labelString:            Location:
  4090. *titleLabel.labelString:            Title:
  4091. *authorLabel.labelString:            Author:
  4092. *descriptionLabel.labelString:        Description:
  4093. *createdLabel.labelString:            Creation date:
  4094. *updatedLabel.labelString:            Last updated:
  4095. *otherAttributesTitle.labelString:    Other attributes
  4096. *infoLabel.labelString:                \
  4097. Use commas to separate multiple words or phrases.
  4098. *keywordsLabel.labelString:            Keywords:
  4099. *classificationLabel.labelString:    Classification:
  4100.  
  4101. ! Document Properties/Advanced
  4102. *advanced.tabLabelString:            Advanced
  4103. *folder*advanced.marginHeight:         10
  4104. *folder*advanced.marginWidth:        10
  4105. *systemLabel.labelString:        Netscape system variables (HTTP-EQUIV):
  4106. *userLabel.labelString:            User variables (META):
  4107. *nameLabel.labelString:            Name:
  4108. *valueLabel.labelString:        Value:
  4109. *delete.labelString:            Delete
  4110. *set.labelString:            Set
  4111. *new.labelString:            New
  4112.  
  4113. ! Target Properties
  4114. *targetPropertiesDialog_popup.title:     Netscape: Target Properties
  4115. *targetLabel.labelString:                Enter a name for this target:
  4116.  
  4117. ! Html Properties
  4118. *htmlPropertiesDialog_popup.title:     Netscape: HTML Tag
  4119. *htmlPropertiesInfo.labelString:    \
  4120. Enter tag name and any attributes or parameters for one tag only.
  4121. *htmlPropertiesDialog.Apply.labelString:    Verify
  4122. *htmlPropertiesDialog.ApplyLabelString:     Verify
  4123.  
  4124. ! Editor Preferences/General
  4125. *generalPreferences.tabLabelString:    General
  4126. *authorTitle.labelString:        Author name
  4127. *externalTitle.labelString:        External editors
  4128. *htmlLabel.labelString:            HTML source:
  4129. *imageLabel.labelString:        Image:
  4130. *templateTitle.labelString:        New document template
  4131. *templateInfo.labelString:        \
  4132. This page will open when you select from menu:\n\
  4133. File/New Document/From Template.
  4134. *restoreDefault.labelString:        Restore default
  4135. *autosaveTitle.labelString:        Auto Save
  4136. *autosaveEnable.labelString:    Automatically save document every:
  4137. *minutes.labelString:            minutes
  4138.  
  4139. ! Editor/Tables Properties&Create
  4140. *table.tabLabelString:            Table
  4141. *row.tabLabelString:            Row
  4142. *cell.tabLabelString:            Cell
  4143. *tableCreateDialog_popup.title:                Netscape: New Table Properties
  4144. *tablePropertiesDialog_popup.title:         Netscape: Table Properties
  4145. *tableRowsLabel.labelString:                Number of rows:
  4146. *tableColumnsLabel.labelString:                Number of columns:
  4147. *attributesTitle.labelString:                Attributes
  4148. *tableAlignmentTitle.labelString:            Table alignment
  4149. *borderLineWidthLabel.labelString:            Border line width
  4150. *borderLineWidthUnits.labelString:            pixels
  4151. *cellSpacingLabel.labelString:                Cell spacing
  4152. *cellSpacingUnits.labelString:                pixels between cells
  4153. *cellPaddingLabel.labelString:                Cell padding
  4154. *cellPaddingUnits.labelString:                   pixel space within cells
  4155. *tableWidthToggle.labelString:                Table width
  4156. *tableHeightToggle.labelString:                Table min. height
  4157. *tableColorToggle.labelString:                Table color
  4158. *captionToggle.labelString:                Include caption
  4159. *above.labelString:                    above
  4160. *below.labelString:                    below table
  4161. *tableWidthUnits.marginWidth:                0
  4162. *tableWidthUnits.marginHeight:                0
  4163. *tableHeightUnits.marginWidth:                0
  4164. *tableHeightUnits.marginHeight:                0
  4165. *captionUnits.marginWidth:                0
  4166. *captionUnits.marginHeight:                0
  4167. *textAlignmentTitle.labelString:            Text alignment
  4168. *horizontalLabel.labelString:                Horizontal
  4169. *verticalLabel.labelString:                Vertical
  4170. *textAlignment*default.labelString:            Default
  4171. *textAlignment*left.labelString:            Left
  4172. *textAlignment*right.labelString:            Right
  4173. *textAlignment*center.labelString:            Center
  4174. *textAlignment*top.labelString:                Top
  4175. *textAlignment*bottom.labelString:            Bottom
  4176. *textAlignment*baselines.labelString:            Baselines
  4177. *tableAlignmentBox*left.labelString:            Left
  4178. *tableAlignmentBox*right.labelString:            Right
  4179. *tableAlignmentBox*center.labelString:            Center
  4180. *rowColorToggle.labelString:                Row color
  4181. *textOtherTitle.labelString:                Text
  4182. *headerStyle.labelString:                Header style
  4183. *nonBreaking.labelString:                Nonbreaking
  4184. *cellRowsLabel.labelString:                Cell spans
  4185. *cellColumnsLabel.labelString:                row(s), and 
  4186. *cellColumnsUnits.labelString:                column(s)
  4187. *cellWidthToggle.labelString:                Cell width
  4188. *cellHeightToggle.labelString:                Cell min. height
  4189. *cellColorToggle.labelString:                Cell color
  4190. *percentOfCell.labelString:                % of parent cell
  4191. *percentOfWindow.labelString:            % of window
  4192. *cancel.cancelLabelString:              Cancel
  4193. *cancel.closeLabelString:               Close
  4194. *Cancel.cancelLabelString:              Cancel
  4195. *Cancel.closeLabelString:               Close
  4196. *borderLineWidth.labelString:           Border Line Width
  4197. *equalColumnWidth.labelString:          Equal Column Widths
  4198. *backgroundTitle.labelString:           Background
  4199. *backgroundAttributes.useColor.labelString: Use Color:
  4200. *backgroundAttributes.useImage.labelString: Use Image:
  4201. *backgroundAttributes.chooseImage.labelString: Choose Image...
  4202.  
  4203. ! Editor Preferences/Publish
  4204. *publishPreferences.tabLabelString:    Publish
  4205. *folder*publish.marginHeight:         10
  4206. *folder*publish.marginWidth:        10
  4207. *linksAndImagesTitle.labelString:    Links and images
  4208. *linksAndImagesLabel.labelString:    \
  4209. When saving remote documents, and when inserting links and images:
  4210. *linksToggle.labelString:        Maintain links
  4211. *linksInfo.labelString:            \
  4212. Adjust links to work from the document's location. (Links to local\n\
  4213. documents will work when local versions exist).
  4214. *imagesToggle.labelString:        Keep images with document
  4215. *imagesInfo.labelString:        \
  4216. Save copies of images to the document's location.\n\
  4217. Images will always appear in local versions of the document and\n\
  4218. when document is published.
  4219. *linksAndImagesTip.labelString:        \
  4220. Tip: Set both options if you will be using remote publishing.
  4221. *publishTitle.labelString:        Default publishing location
  4222. *publishLabel.labelString:        Publish to (FTP or HTTP):    
  4223. *browseLabel.labelString:        Browse to (HTTP):
  4224. *usernameLabel.labelString:        User name:
  4225. *passwordLabel.labelString:        Password:
  4226. *savePassword.labelString:        Save password
  4227.  
  4228. ! Publish Files dialog box
  4229. *publishFilesDialog_popup.title:     Netscape: Publish Files
  4230. *localFilesTitle.labelString:        Local files
  4231. *localFiles.publishLabel.labelString:    Publish:
  4232. *includeLabel.labelString:        Include files:
  4233. *includeImages.labelString:        Files associated with this page
  4234. *includeAll.labelString:        All files in directory
  4235. *selectNone.labelString:        Select None
  4236. !
  4237. !
  4238. *titleFrameTitle.labelString:    Page Title
  4239. *publishLocationTitle.labelString:    Publishing location
  4240. *publishLocation.publishLabel.labelString:    \
  4241. Upload files to this location (FTP or HTTP):
  4242. *useDefault.labelString:        Use Default Location
  4243. ! bogus url alert default button:
  4244. *publishFilesDialog_popup.question_popup.dialog.defaultButtonType:    \
  4245. dialog_cancel_button
  4246.  
  4247. *hintDialog_popup.title:        Netscape: Hint
  4248. *dontDisplayAgain.labelString:    Don't display this message again.
  4249. *hintDialog.dontDisplayAgainRow.marginWidth: 9
  4250.  
  4251. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  4252. ! Editor popups.
  4253. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  4254. ! Color Picker
  4255. *setColors_popup.title:                         Netscape: Set Colors
  4256. *standardColorsTitle.labelString:               Standard Colors
  4257. *colorPicker*oldSample.labelString:             Old
  4258. *colorPicker*newSample.labelString:             New
  4259. *colorPicker*swatches.tabLabelString:           Swatches
  4260. *colorPicker*rgb.tabLabelString:                Rgb
  4261. *colorPicker*rgb*unitsMenu.decimal.labelString: Decimal
  4262. *colorPicker*rgb*unitsMenu.hex.labelString:     Hexidecimal
  4263. *colorPicker*rgb*unitsMenu.percent.labelString: %
  4264. *colorPicker*defaultColor.labelString:          Default Color
  4265. *colorPicker*otherColor.labelString:            Other Color...
  4266.  
  4267. ! Save Remote Dialog.
  4268. *saveRemote.marginHeight:        10
  4269. *saveRemote.marginWidth:        10
  4270. ! These don't seem to get set by above two lines.
  4271. *saveRemote*infoIcon.marginWidth:    15
  4272. *saveRemote*infoIcon.marginHeight:    15
  4273. *saveRemote_popup.title:        Netscape: Save Remote Document
  4274. *saveRemote*infoText.labelString:    \
  4275. This document is on a remote server.\n\
  4276. You must save it locally before making\n\
  4277. changes.
  4278. *saveRemote*linksTitle.labelString:    Links
  4279. *saveRemote*linksToggle.labelString:    Adjust links to aid in remote publishing
  4280. *saveRemote*linksText.labelString:    \
  4281. Links to other documents in the same location (directory) will work\n\
  4282. locally and when documents are published.\n\
  4283. \n\
  4284. Links to remote sites will not change.
  4285. *saveRemote*imagesTitle.labelString:    Images
  4286. *saveRemote*imagesToggle.labelString:    Save images with document
  4287. *saveRemote*imagesText.labelString:    \
  4288. Images will appear in local versions of the document.
  4289. *saveRemote*save.labelString:        Save
  4290. *saveRemote*cancel.labelString:        Cancel
  4291. *saveRemote*help.labelString:        Help
  4292.  
  4293. ! Confirm Save File(s) Dialog.
  4294. *confirmSaveFiles_popup.title:            Netscape: Confirm Save File
  4295. *confirmSaveFiles.marginHeight:            0
  4296. *confirmSaveFiles.marginWidth:            0
  4297. *yes.labelString:        Yes
  4298. *confirmSaveFiles*yesToAll.labelString:    Yes To All
  4299. *no.labelString:        No
  4300. *confirmSaveFiles*noToAll.labelString:    No To All
  4301. *confirmSaveFiles*cancel.labelString:    Cancel
  4302. *confirmSaveFiles*help.labelString:        Help
  4303. *confirmSaveFiles*defaultButtonShadowThickness:    0
  4304.  
  4305. ! Save/Upload files message dialogs.
  4306. *saveMessageDialog_popup.title:            Saving files
  4307. *uploadMessageDialog_popup.title:        Uploading files
  4308. *imageLoadMessageDialog_popup.title:    Loading image
  4309. *saveMessageDialog.width:               400
  4310. *uploadMessageDialog.width:             400
  4311. *imageLoadMessageDialog.width:          400
  4312.  
  4313. !=============================================================================
  4314. ! Mail/News column titles
  4315. !=============================================================================
  4316. *mailNewsColumns.folderlist.Name:    Name
  4317. *mailNewsColumns.folderlist.Unread:    Unread
  4318. *mailNewsColumns.folderlist.Total:    Total
  4319. *mailNewsColumns.messagelist.Thread:    Thread
  4320. *mailNewsColumns.messagelist.Sender:    Sender
  4321. *mailNewsColumns.messagelist.Subject:    Subject
  4322. *mailNewsColumns.messagelist.Date:    Date
  4323.  
  4324.  
  4325. !=============================================================================
  4326. *toolBar*spacer.marginWidth:        4
  4327.  
  4328. *urlBar*whatsNew.labelString:        What's New?
  4329. *whatsNew.documentationString:        What's New on the net
  4330. *urlBar*whatsCool.labelString:        What's Cool?
  4331. *whatsCool.documentationString:        Cool sites on the net
  4332. *urlBar*inetIndex.labelString:        The Internet
  4333. *inetIndex.documentationString:        Exploring the Net
  4334. *urlBar*inetSearch.labelString:        Net Search
  4335. *inetSearch.documentationString:    Internet Search
  4336. *urlBar*inetWhite.labelString:        People
  4337. *inetWhite.documentationString:        People and Places
  4338. *urlBar*inetYellow.labelString:        Yellow Pages
  4339. *urlBar*upgrade.labelString:        Software
  4340. *urlBar*welcome.labelString:        Welcome
  4341. *urlBar*newsgroups.labelString:        Groups
  4342. *inetAbout.documentationString:        About the Internet
  4343.  
  4344. *toolBar.getNewMail.labelString:    Get Mail
  4345. *toolBar.deleteMessage.labelString:    Delete
  4346. *toolBar.mailNew.labelString:        New Mail Message
  4347. *toolBar.postNew.labelString:        New
  4348. *toolBar.replyToSender.labelString:    Reply
  4349. *toolBar.replyToAll.labelString:    Reply All
  4350. *toolBar.postReply.labelString:        Post Reply
  4351. *toolBar.postAndMailReply.labelString:    Reply
  4352. *toolBar.forwardMessage.labelString:    Forward
  4353. *toolBar.previousUnreadMessage.labelString:Previous
  4354. *toolBar.nextUnreadMessage.labelString:    Next
  4355. *toolBar.markThreadRead.labelString:    Thread
  4356. *toolBar.markAllRead.labelString:    All
  4357.  
  4358. *msgViewAttachPopup*open.labelString:        Open...
  4359. *msgViewAttachPopup*open.mnemonic:        O
  4360. *msgViewAttachPopup*save.labelString:        Save...
  4361. *msgViewAttachPopup*save.mnemonic:        S
  4362. *msgViewAttachPopup*properties.labelString:    Properties
  4363. *msgViewAttachPopup*properties.mnemonic:    P
  4364.  
  4365. *attachmentProps.dialogTitle:            Attachment
  4366. Netscape*attachmentProps*XmLabelGadget.fontList:    -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  4367.  
  4368. *attachmentProps.okLabelString:            Ok
  4369. *attachmentProps*nameLabel.labelString:        Name:
  4370. *attachmentProps*typeLabel.labelString:        Type:
  4371. *attachmentProps*encLabel.labelString:        Encoding:
  4372. *attachmentProps*descLabel.labelString:        Description:
  4373.  
  4374. !=============================================================================
  4375. ! Toolbar for addressbook
  4376. !
  4377. *toolBar.addToAddressBook.labelString:    New Card
  4378. *toolBar.abNewList.labelString:        New List
  4379. *toolBar.deleteABEntry.labelString:    Delete
  4380. *toolBar.toAB.labelString:        To:
  4381. *toolBar.ccAB.labelString:        CC:
  4382. *toolBar.bccAB.labelString:        BCC:
  4383. *toolBar.directoryAB.labelString:    Directory
  4384.  
  4385. !
  4386. *Properties*showSecurBtn.labelString: Show Certificate
  4387. !*filterBoxForm.filterPrompt.labelString: Select a directory and type in the name you are looking for:
  4388. *filterBoxForm.filterPrompt.labelString: Show names containing:
  4389. *filterBoxForm.filterInLabel.labelString: Search Results
  4390. *filterBoxForm.filterSearchBtn.labelString: Search for...
  4391. *filterBoxForm.filterStopBtn.labelString: Stop
  4392.  
  4393. !=============================================================================
  4394. ! Toolbar for mail compose
  4395. *toolBar.SendOrSendLater.labelString:    Send
  4396. *toolBar.quoteMessage.labelString:    Quote
  4397. *toolBar.attach.labelString:        Attach
  4398. *toolBar.openAddrBook.labelString:    Address
  4399.  
  4400. !=============================================================================
  4401. ! Turn off beeping on name completion in the address outliner:
  4402. *addressText*verifyBell:        False
  4403.  
  4404. !=============================================================================
  4405. *noDocumentLoadedMessage:    No document has yet been loaded in this window.
  4406. *optionsSavedMessage:        Options have been saved.
  4407. *clickToSaveMessage:        Click on the link to save.
  4408. *clickToSaveCancelledMessage:    Save link to file was cancelled.
  4409. *noPreviousURLMessage:        No previous document.
  4410. *noNextURLMessage:        No next document.
  4411. *noHomeURLMessage:        No home document specified.
  4412. *notOverImageMessage:        Not over an image.
  4413. *notOverLinkMessage:        Not over a link.
  4414. *noSearchStringMessage:        Nothing to search for.
  4415. *wrapSearchMessage:         End of document reached; continue from beginning?
  4416. *wrapSearchBackwardMessage:  Beginning of document reached; continue from end?
  4417. *wrapSearchNotFoundMessage:  Search string not found.
  4418. *noAddressesMessage:         No recipients specified.
  4419. *noFileMessage:             No output file specified.
  4420. *noPrintCommandMessage:         No print command specified.
  4421. *overwriteFileMessage:         Overwrite existing file %s?
  4422. *bookmarksChangedMessage:    Bookmarks file has changed on disk: overwrite it?
  4423. *bookmarkConflictMessage:    \
  4424.             Bookmark list not saved.\nReload the disk version now?
  4425. *bookmarksNoFormsMessage:    \
  4426.           Cannot add the result of a form submission to the bookmark list.
  4427. *reallyQuitMessage:    Close all windows and exit Netscape?
  4428. *doubleInclusionMessage:    \n\
  4429. The document has already been quoted.\n\
  4430.  \n\
  4431. Are you sure you want to quote it again?\n
  4432.  
  4433. *expireNowMessage:        \
  4434.         This will mark all of your links as unfollowed.\nProceed?
  4435. *clearMemCacheMessage:        \
  4436.     This will remove all the files currently in your memory cache.\nContinue?
  4437. *clearDiskCacheMessage:        \
  4438.     This will remove all the files currently in your disk cache.\nContinue?
  4439.  
  4440. *createCacheDirErrorMessage:    \
  4441. Error: unable to create the persistent cache directory:\n\
  4442.  \n\
  4443.             %s: %s.\n\
  4444.  \n\
  4445. Please set a new disk cache directory from the Advanced/Cache\n\
  4446. section of the`Edit|Preferences...' dialog.\n
  4447.  
  4448. *createdCacheDirMessage:    \
  4449. A directory has been created for use as the disk cache:\n\
  4450.  \n\
  4451.             %s/\n\
  4452.  \n\
  4453. You can change the cache directory in the Advanced/Cache\n\
  4454. section of the`Edit|Preferences...' dialog.\n
  4455.  
  4456. *cacheNotDirMessage:    \
  4457. Error: the directory configured for use as the disk cache\n\
  4458. exists, but is not a directory:\n\
  4459.  \n\
  4460.             %s\n\
  4461.  \n\
  4462. Please set a new disk cache directory using the Advanced/Cache\n\
  4463. section of the`Edit|Preferences...' dialog.\n
  4464.  
  4465. *cacheSuffixMessage:    \
  4466.  \n\
  4467. There should be one disk cache per user, so using a shared\n\
  4468. directory (such as /tmp) is not advised.\n\
  4469.  \n\
  4470. The maximum disk cache size is currently %d kilobytes.\n\
  4471. You can change the cache size in the Advanced/Cache\n\
  4472. section of the`Edit|Preferences...' dialog.\n\
  4473.  \n\
  4474. If you wish to disable disk caching, set the Disk Cache Size\n\
  4475. to 0.  If you do this, documents will continue to be cached\n\
  4476. in memory according to the Memory Cache Size preference,\n\
  4477. but will no longer be cached on disk.  This means that the\n\
  4478. cache will not last from session to session of Netscape.
  4479.  
  4480. *cubeTooSmallMessage:        \
  4481. We were only able to allocate %d cells for the color\n\
  4482. cube to which images are dithered.  As a result, the\n\
  4483. image quality may be poor.\n\
  4484.  \n\
  4485. One way to improve image quality is to exit any other\n\
  4486. color-intensive applications which are running and\n\
  4487. restart Netscape.\n\
  4488.  \n\
  4489. Another way is to run Netscape with the `-install'\n\
  4490. command-line option, which will cause it to use a\n\
  4491. private colormap.  The drawback to this is that on\n\
  4492. some systems, this will result in colormap flashing\n\
  4493. when moving focus to other windows.
  4494.  
  4495. *renameInitFilesMessage:        \
  4496. Preferences files from an older version of Netscape exist;\n\
  4497. This version of Netscape uses the same file formats, but the\n\
  4498. file names have changed.  Would you like us to rename these\n\
  4499. files now?
  4500.  
  4501. *unsentMailMessage:            \
  4502.  Unsent mail messages exist, do you really want to quit without sending them?
  4503.  
  4504. *binaryDocumentMessage:            \
  4505.  This document is binary data; cannot view source.
  4506.  
  4507. ! For Helper App Editor - Delete
  4508. *helperAppDeleteMessage:            \
  4509. Are you sure you want to delete this MIME type? Any future\n\
  4510. files of this type that you encounter will not be recognized\n\
  4511. by Netscape's plug-ins or Netscape's helper applications.
  4512.  
  4513. !=============================================================================
  4514. !*preeditType:                root
  4515. !*Netscape.preeditType:            overthespot
  4516.  
  4517. ! default titles for the TopLevelShell widgets.
  4518. ! note that the title and icon title of Navigator windows are
  4519. ! changed at runtime; these resources won't override that.
  4520. *title:                    Netscape
  4521. *iconName:                Netscape
  4522. *Navigator.title:            Netscape Navigator 4.8
  4523. *MailThread.title:            Netscape Mail & Newsgroups
  4524. *MailThread.iconName:        Mail & Newsgroups
  4525.  
  4526.  
  4527. *Download.title:            Netscape Download
  4528. *Download.iconName:            Download
  4529. *Composition.title:            Netscape Message Composition
  4530. *Composition.iconName:        Message Composition
  4531. *bookmarks.title:            Netscape: Bookmarks
  4532. *bookmarks.iconName:        Bookmarks
  4533. *AddressBook.title:            Netscape: Address Book
  4534. *AddressBook.iconName:        Address Book
  4535. *Editor.title:                Netscape: Composer
  4536. *Editor.iconName:            Composer
  4537. *MailFolder.title:            Netscape Message Center
  4538. *MailFolder.iconName:        Msg Center
  4539. *AWTapp.iconName:           Java Console
  4540. *history.iconName:          History
  4541. *MailMsg.iconName:          Message
  4542.  
  4543. !========================
  4544. !  Popup Menu - Navigator
  4545. !========================
  4546.  
  4547. *popup.title.labelString:        Netscape Commands:
  4548. *popup.openURLNewWindow.labelString:    Open Link in New Window
  4549. *popup.openURLNewWindow.mnemonic:         O
  4550. *popup*openURLNewWindow.acceleratorText:  Button2
  4551. *popup.openFrameNew.labelString:        Open Frame in New Window
  4552. *popup.openFrameNew.mnemonic:             w
  4553. *popup.openFrameInWindow.labelString:    Open Frame in Window
  4554. *popup.openFrameInWindow.mnemonic:         i
  4555. *popup.editLink.labelString:            Open Link in Composer
  4556. *popup.editLink.mnemonic:                 e
  4557. !                                       ------------------------
  4558. ! back
  4559. ! forward
  4560. *reloadNonFrameCmdString:                Reload
  4561. *reloadWithFrameCmdString:                Reload Frame
  4562. *popup.frameReload.mnemonic:             R
  4563. *popup.showImage.labelString:            Show Image
  4564. *popup.showImage.mnemonic:              g
  4565. ! stopLoading
  4566. !                                       ------------------------
  4567. *pageSourceNonFrameCmdString:            View Page Source
  4568. *pageSourceWithFrameCmdString:            View Frame Source
  4569. *popup.framePageSource.mnemonic:         u
  4570. *pageInfoNonFrameCmdString:                View Page Info
  4571. *pageInfoWithFrameCmdString:            View Frame Info
  4572. *popup.framePageInfo.mnemonic:             V
  4573. *openImageCmdString:                    View Image
  4574. *popup.openImage.mnemonic:                 m
  4575. !                                       ------------------------
  4576. *popup.addLinkBookmark.labelString:        Add Bookmark for Link
  4577. *popup.addLinkBookmark.mnemonic:         k
  4578. *popup.addFrameBookmark.labelString:    Add Bookmark for Frame
  4579. *popup.addFrameBookmark.mnemonic:         k
  4580. ! sendPage
  4581. !                                       ------------------------
  4582. *popup.saveURL.labelString:                Save Link As...
  4583. *popup.saveURL.mnemonic:                 S
  4584. *popup.saveURL.acceleratorText:             Shift+Button1
  4585. *popup.saveImage.labelString:               Save Image As...
  4586. *popup.saveImage.mnemonic:                 i
  4587. *popup.saveBGImage.labelString:            Save Background As...
  4588. *popup.saveBGImage.mnemonic:             d
  4589. !                                       ------------------------
  4590. ! 'copy' command defined in editor popup above
  4591. ! 'copyLink' command defined in editor popup above
  4592. *popup.copyImage.labelString:            Copy Image Location
  4593. *popup.copyImage.mnemonic:                 y
  4594.  
  4595.  
  4596. !
  4597. ! Convert from old version file formats
  4598. *convertQuestion_popup*OK.labelString:        Delete Old Config Files
  4599. *convertQuestion_popup*Cancel.labelString:    Keep Old Config Files
  4600.  
  4601. !
  4602. ! Convert from old version file formats
  4603. *sendNow_popup*OK.labelString:        Yes
  4604. *sendNow_popup*Cancel.labelString:    No
  4605.  
  4606.  
  4607. ! Mail/News popup menus
  4608. !
  4609. *Mail*popup.title.labelString:        Netscape Mail
  4610. *News*popup.title.labelString:        Netscape Newsgroups
  4611.  
  4612. ! News open News host dialog
  4613. !
  4614. *News*openNewsHost.title:    Netscape: Open News Host
  4615. *News*openNewsHost*selectionLabelString:    \
  4616.                 Input name and port of news host to open:
  4617. *News*openNewsHost*hostLabel.labelString:    News host:
  4618. *News*openNewsHost*hostLabel.alignment:        ALIGNMENT_END
  4619. *News*openNewsHost*portLabel.labelString:    Port:
  4620. *News*openNewsHost*portLabel.leftOffset:    10
  4621. *News*openNewsHost*portLabel.alignment:        ALIGNMENT_END
  4622. *News*openNewsHost*secure.labelString:        Secure
  4623. *News*openNewsHost*secure.topOffset:        10
  4624. *News*openNewsHost*portText.columns:        5
  4625.  
  4626. *history_popup.title:            Netscape: Window History
  4627. *history_popup*listLabelString:        Where You've Been...
  4628. *history_popup*OK.labelString:        Go To
  4629. *history_popup*OkLabelString:        Go To
  4630. *history_popup*Cancel.labelString:    Close
  4631. *history_popup*CancelLabelString:    Close
  4632. *history_popup*Apply.labelString:    Create Bookmark
  4633. *history_popup*ApplyLabelString:    Create Bookmark
  4634.  
  4635. *source_popup.title:                Netscape: View Source
  4636. *source_popup*save.labelString:            Save...
  4637. *source_popup*OK.labelString:            OK
  4638. *source_popup*text.editable:            False
  4639. *source_popup*text.cursorPositionVisible:    False
  4640. *source_popup*text.wordWrap:            True
  4641. *source_popup*text.scrollHorizontal:        False
  4642. *source_popup*urlLabel.labelString:        Location:
  4643. *source_popup*titleLabel.labelString:        Title:
  4644. *source_popup*titleLabel.leftOffset:        0
  4645. *source_popup*titleLabel.rightOffset:        4
  4646. *source_popup*titleLabel.alignment:        ALIGNMENT_END
  4647. *source_popup*urlLabel.topOffset:        0
  4648. *source_popup*urlLabel.leftOffset:        0
  4649. *source_popup*urlLabel.rightOffset:        4
  4650. *source_popup*urlLabel.alignment:        ALIGNMENT_END
  4651. *source_popup*titleText.leftOffset:        0
  4652. *source_popup*titleText.rightOffset:        0
  4653. *source_popup*urlText.leftOffset:        0
  4654. *source_popup*urlText.rightOffset:        0
  4655. *source_popup*text.leftOffset:            0
  4656. *source_popup*text.rightOffset:            0
  4657. *source_popup*XmScrolledWindow.topOffset:    8
  4658. *source_popup*text.columns:            80
  4659. *source_popup*text.rows:            20
  4660.  
  4661. *docinfo_popup.title:                Netscape: Document Information
  4662. *docinfo_popup*OK.labelString:    OK
  4663. *docinfo_popup*titleLabel.labelString:        Title:
  4664. *docinfo_popup*urlLabel.labelString:        Location:
  4665. *docinfo_popup*modifiedLabel.labelString:    Last Modified:
  4666. *docinfo_popup*sourceLabel.labelString:        Source:
  4667. *docinfo_popup*charsetLabel.labelString:    Encoding:
  4668. *docinfo_popup*dpyLabel.labelString:        Visual:
  4669. *docinfo_popup*securityFrame.label.labelString:    Security Information
  4670. *docinfo_popup*certificateLabel.labelString:    Server Certificate:
  4671. *docinfo_popup*certificateText.columns:        60
  4672. *docinfo_popup*certificateText.rows:        6
  4673. *docinfo_popup*certificateText.wordWrap:    True
  4674. *docinfo_popup*certificateText.scrollHorizontal:False
  4675. *docinfo_popup*scrollBarDisplayPolicy:        AS_NEEDED
  4676. *docinfo_popup*scrollingPolicy:            AUTOMATIC
  4677. *docinfo_popup*securityText.wordWrap:        True
  4678. *docinfo_popup*securityText.scrollHorizontal:    False
  4679. *docinfo_popup*urlLabel.topOffset:        0
  4680. *docinfo_popup*urlLabel.leftOffset:        0
  4681. *docinfo_popup*urlLabel.rightOffset:        4
  4682. *docinfo_popup*urlLabel.alignment:        ALIGNMENT_END
  4683. *docinfo_popup*titleLabel.leftOffset:        0
  4684. *docinfo_popup*titleLabel.rightOffset:        4
  4685. *docinfo_popup*titleLabel.alignment:        ALIGNMENT_END
  4686. *docinfo_popup*modifiedLabel.topOffset:        0
  4687. *docinfo_popup*modifiedLabel.leftOffset:    0
  4688. *docinfo_popup*modifiedLabel.rightOffset:    4
  4689. *docinfo_popup*modifiedLabel.alignment:        ALIGNMENT_END
  4690. *docinfo_popup*charsetLabel.topOffset:        0
  4691. *docinfo_popup*charsetLabel.leftOffset:        0
  4692. *docinfo_popup*charsetLabel.rightOffset:    4
  4693. *docinfo_popup*charsetLabel.alignment:        ALIGNMENT_END
  4694. *docinfo_popup*sourceLabel.topOffset:        0
  4695. *docinfo_popup*sourceLabel.leftOffset:        0
  4696. *docinfo_popup*sourceLabel.rightOffset:        4
  4697. *docinfo_popup*sourceLabel.alignment:        ALIGNMENT_END
  4698. ! add 5 to dpyLabel.topOffset to align label with text baseline (gag)
  4699. *docinfo_popup*dpyLabel.topOffset:        5
  4700. *docinfo_popup*dpyLabel.leftOffset:        0
  4701. *docinfo_popup*dpyLabel.rightOffset:        4
  4702. *docinfo_popup*dpyLabel.alignment:        ALIGNMENT_END
  4703. *docinfo_popup*dpyText.rows:            3
  4704. *docinfo_popup*dpyText.columns:            48
  4705. *invalidLangTagFormatMsg:        \
  4706. Invalid Language/Country Tag format.\n\n\
  4707. The format is: 'Aaaaa/Bbbbb [xx-YY]' where:    \n\
  4708.     'Aaaa/Bbbb' is the Language/Country (optional, not used)\n\
  4709.     '[' and ']' bracket the tag (required, spaces not allowed between these)\n\
  4710.     'xx' specifies the language (required)\n\
  4711.     '-YY' specifies the Country (optional)
  4712.  
  4713. *invalidLangTagFormatDialogTitle:    Invalid Tag Format
  4714.  
  4715. *docinfo_popup*titleText.columns:        40
  4716. *docinfo_popup*securityFrame.topOffset:        10
  4717. *docinfo_popup*keyDescLabel.leftOffset:        14
  4718. *docinfo_popup*keyDescLabel.rightOffset:    14
  4719. *docinfo_popup*keyDescLabel.alignment:        ALIGNMENT_BEGINNING
  4720. *docinfo_popup*certificateLabel.leftOffset:    10
  4721. *docinfo_popup*certificateLabel.rightOffset:    10
  4722. *docinfo_popup*certificateLabel.alignment:    ALIGNMENT_BEGINNING
  4723. *docinfo_popup*securityLabel.leftOffset:    14
  4724. *docinfo_popup*securityLabel.rightOffset:    14
  4725. *docinfo_popup*securityLabel.alignment:        ALIGNMENT_BEGINNING
  4726. *docinfo_popup*XmScrolledWindow.leftOffset:    10
  4727. *docinfo_popup*XmScrolledWindow.rightOffset:    10
  4728.  
  4729. *docinfo*noSecurityMessage:\
  4730. This version of Netscape does not have security built in.
  4731.  
  4732. *docinfo*securityLabel.labelString:\
  4733. Security protects Internet documents you receive and information you send\n\
  4734. back with server authentication, privacy using encryption, and data\n\
  4735. integrity.  You can see a document's security status using the key/broken\n\
  4736. key icon in the status area or the colorbar above the content area (blue for\n\
  4737. secure; gray for insecure).  Consult the Handbook or the `On Security' page\n\
  4738. for details.
  4739.  
  4740.  
  4741.  
  4742. *bmPreferences_popup.title:                Netscape: Bookmarks
  4743. *bmPreferences_popup*frame1label.labelString:        Add Bookmark
  4744. *bmPreferences_popup*frame2label.labelString:        Bookmark Menu
  4745. *bmPreferences_popup*addbm_option.labelString:        \
  4746.                         Add bookmarks to this header
  4747. *bmPreferences_popup*bmmenu_option.labelString:        \
  4748.                       View this header in bookmarks menu
  4749. *bmPreferences_popup*addbm_default.labelString: Add to toplevel
  4750. *bmPreferences_popup*bmmenu_default.labelString: Toplevel header
  4751.  
  4752. *bookmarksWhatsChanged*button_0.labelString: All Bookmarks
  4753. *bookmarksWhatsChanged*button_1.labelString: Selected Bookmarks
  4754. *bookmarksWhatsChanged*Apply.labelString: Start
  4755. *bookmarksWhatsChanged*ApplyLabelString:  Start
  4756. *bookmarksWhatsChanged*title.labelString: What's changed?
  4757. *bookmarksWhatsChanged.width: 400
  4758. *bookmarksWhatsChanged.minWidth: 400
  4759. *bookmarksWhatsChanged.maxWidth: 400
  4760. !*bookmarksWhatsChanged.height: 300
  4761. !*bookmarksWhatsChanged.minHeight: 300
  4762. !*bookmarksWhatsChanged.maxHeight: 300
  4763.  
  4764. *composeFolder.height:                          650
  4765. *composeFolder.shadowThickness:                 2
  4766. *composeFolder.bottomOffset:                    3
  4767. *composeFolder.leftOffset:                      3
  4768. *composeFolder.rightOffset:                     3
  4769. *composeFolder.topOffset:                       5
  4770. *composeFolder.spacing:                         1
  4771. *composeFolder.autoSelect:                      False
  4772.  
  4773.  
  4774. *mailto_field*fromLabel.labelString:        From:
  4775. *mailto_field*replyToLabel.labelString:        Reply To:
  4776. *mailto_field*toLabel.labelString:        Mail To:
  4777. *mailto_field*ccLabel.labelString:        Mail CC:
  4778. *mailto_field*bccLabel.labelString:        Mail BCC:
  4779. *mailto_field*fccLabel.labelString:        File CC:
  4780. *mailto_field*newsgroupsLabel.labelString:    Newsgroups:
  4781. *mailto_field*followupToLabel.labelString:    Followup To:
  4782. *mailto_field*attachmentsLabel.labelString:        Attachment:
  4783. *mailto_field*attachButton.labelString:        Attach...
  4784. *mailto_field*browseButton.labelString:        Browse...
  4785. *mailto_field*secureToggle.labelString:        Secure
  4786. *mailto_bodyText.wordWrap:            True
  4787. *mailto_bodyText.scrollHorizontal:        False
  4788. *mailto_field*attachButton.marginWidth:        10
  4789. *mailto_field*fromLabel.alignment:        ALIGNMENT_END
  4790. *mailto_field*replyToLabel.alignment:        ALIGNMENT_END
  4791. *mailto_field*toLabel.alignment:        ALIGNMENT_END
  4792. *mailto_field*ccLabel.alignment:        ALIGNMENT_END
  4793. *mailto_field*bccLabel.alignment:        ALIGNMENT_END
  4794. *mailto_field*fccLabel.alignment:        ALIGNMENT_END
  4795. *mailto_field*newsgroupsLabel.alignment:    ALIGNMENT_END
  4796. *mailto_field*followupToLabel.alignment:    ALIGNMENT_END
  4797. *mailto_field*subjectLabel.alignment:        ALIGNMENT_END
  4798. *mailto_field*attachmentsLabel.alignment:    ALIGNMENT_END
  4799.  
  4800. ! This is 72 rather than 79 or 80 because the width of the window controls
  4801. ! when word wrapping should occur; the Motif text area has no mechanism for
  4802. ! wrapping at a column other than the last one.  So, if we want a fill-column
  4803. ! of N, the window must be N wide.  Note that wrapping must occur before 80:
  4804. ! sending out lines with 80 characters on them is antisocial, as many programs
  4805. ! and terminals (including emacs) can only display 79 characters without 
  4806. ! wrapping.  Wrapping at 72 is better than wrapping at 79 because it leaves
  4807. ! room for further followups to quote the lines with ">" without causing
  4808. ! lines to wrap.
  4809. !
  4810. ! Note that, in the composition window, lines beginning with ">" will not
  4811. ! be wrapped at all, despite the appearance on the screen.  So just because
  4812. ! it looks like the quoted text has been mangled, doesn't mean it has.
  4813. !
  4814. *mailto_bodyText.columns:            72
  4815. ! This resource will change the size of the compose tab
  4816. *mailto_bodyText.rows:                25
  4817. *composeViewBaseWidget*composeViewEditFormWidget.leftOffset: 3 
  4818. *composeViewBaseWidget*composeViewEditFormWidget.bottomOffset: 3  
  4819. *composeViewBaseWidget*subject.topOffset: 3 
  4820. *composeViewBaseWidget*subject.bottomOffset: 3 
  4821. *composeViewBaseWidget*addReceipient.topOffset:20 
  4822. *composeViewBaseWidget*removeReceipient.topOffset: 15
  4823. *composeViewBaseWidget*selectReceipient.topOffset: 15
  4824. *composeViewBaseWidget*addReceipient.leftOffset: 5
  4825. *composeViewBaseWidget*removeReceipient.leftOffset: 5
  4826. *composeViewBaseWidget*selectReceipient.leftOffset: 5
  4827.  
  4828.  
  4829. ! Some people just aren't too hip.
  4830. !*defaultMailtoText:            Hey, check out this cool URL:\n\n
  4831.  
  4832. *attachForm*attachWebPage.labelString:  Attach Web Page...
  4833. *attachForm*attachWebPage.mnemonic:    W
  4834. *attachForm*attachFile.labelString:     Attach File...
  4835. *attachForm*attachFile.mnemonic:    F
  4836. *attachForm*deleteAttachment.labelString:        Delete Attachment
  4837. *attachForm*deleteAttachment.mnemonic:            D
  4838. *attachForm*attachAddressBookCard.labelString:        Attach Personal Card (vCard)
  4839. *attachForm*attachAddressBookCard.mnemonic:        A
  4840.  
  4841. *location_popup.dialogTitle:            Netscape: Attach Web Page
  4842. *location_popup*label.labelString:    Please specify a Web Page to attach:
  4843. *location_popup*locationLabel.labelString:    Web Page (URL):
  4844. *location_popup*locationText.columns:        40
  4845. *location_popup*locationText.leftOffset:    20
  4846. *location_popup*okLabelString: Attach
  4847. *location_popup*cancelLabelString: Cancel
  4848. *location_popup*clear.labelString: Clear
  4849.  
  4850. *attachForm*fileBrowser_popup.title:        Netscape: Attach File
  4851. *attachForm*fileBrowser.OkLabelString:        Attach
  4852.  
  4853. *formatType*none.labelString:        No Attachment
  4854. *formatType*text.labelString:        Text
  4855. *formatType*formattedText.labelString:    Formatted Text
  4856. *formatType*html.labelString:        Source
  4857. *formatType*tree.labelString:        Source and Images
  4858. *formatType*ps.labelString:        PostScript
  4859. *formatType*url.labelString:        URL Only
  4860.  
  4861.  
  4862. ! Helper Editor stuff
  4863. *helperEditor_popup.title:        Netscape Helper
  4864. *helperEditor.width: 400
  4865. *helperEditor*mimeTypesDescriptionLabel.labelString: Description
  4866. *helperEditor*mimeTypesDescriptionLabel.leftOffset: 3
  4867. *helperEditor*mimeTypesLabel.labelString: Type
  4868. *helperEditor*mimeTypesLabel.leftOffset: 3
  4869. *helperEditor*mimeTypesSuffixLabel.labelString: Suffix
  4870. *helperEditor*mimeTypesSuffixLabel.leftOffset: 3
  4871. *helperEditor*helperEditForm.XmTextField.rightOffset: 3
  4872. *helperEditor*helperEditFrameLabel.labelString: Handle By
  4873. *helperEditor*helperEditNavigator.labelString: Navigator 
  4874. *helperEditor*helperEditPlugin.labelString: Plug In
  4875. *helperEditor*helperEditApp.labelString: Application
  4876. *helperEditor*helperEditSave.labelString: Save To Disk
  4877. *helperEditor*helperEditUnknown.labelString: Unknown:PromptUser
  4878. *helperEditor*helperEditAppBrowse.labelString: Browse...
  4879. *helperEditor*helperEditNavigator.leftOffset: 20
  4880. *helperEditor*helperEditAppText.columns: 40
  4881.  
  4882.  
  4883. ! Preferences: Styles 2
  4884. !
  4885.  
  4886.  
  4887. *enteringSecureDialog_popup.title:        Netscape: Secure Document
  4888. *enteringSecureDialog*toggle.labelString:      Show this Alert Next Time
  4889. *enteringSecureDialog*toggle.alignment:        ALIGNMENT_BEGINNING
  4890. *enteringSecureDialog*toggle.leftOffset:    100
  4891. *enteringSecureDialog.selectionLabelString:\
  4892. You have requested a secure document. The document and any information\n\
  4893. you send back are encrypted for privacy while in transit.\n\
  4894. For more information on security choose Page Info from the View \
  4895. menu.
  4896.  
  4897. *leavingSecureDialog_popup.title:        Netscape: Security Warning
  4898. *leavingSecureDialog*toggle.labelString:    Show this Alert Next Time
  4899. *leavingSecureDialog*toggle.alignment:        ALIGNMENT_BEGINNING
  4900. *leavingSecureDialog.OkLabelString:        Continue Loading
  4901. *leavingSecureDialog.CancelLabelString:        Cancel Loading
  4902. *leavingSecureDialog*toggle.leftOffset:        100
  4903. *leavingSecureDialog.selectionLabelString:\
  4904. You have requested an insecure document. The document and any information\n\
  4905. you send back could be observed by a third party while in transit.\n\
  4906. For more information on security choose Page Info from the View \
  4907. menu.
  4908.  
  4909. *mixedSecurityDialog_popup.title:        Netscape: Security Warning
  4910. *mixedSecurityDialog*toggle.labelString:    Show this Alert Next Time
  4911. *mixedSecurityDialog*toggle.alignment:        ALIGNMENT_BEGINNING
  4912. *mixedSecurityDialog*toggle.leftOffset:        100
  4913. *mixedSecurityDialog.selectionLabelString:\
  4914. You have requested a secure document that contains some insecure \
  4915. information.\n\
  4916.  \n\
  4917. The insecure information will not be shown.\n\
  4918. For more information on security choose Page Info from the View \
  4919. menu.
  4920.  
  4921. *redirectionToInsecureDialog_popup.title:    Netscape: Security Warning
  4922. *redirectionToInsecureDialog*toggle.labelString:Show this Alert Next Time
  4923. *redirectionToInsecureDialog*toggle.alignment:    ALIGNMENT_BEGINNING
  4924. *redirectionToInsecureDialog.OkLabelString:    Continue Loading
  4925. *redirectionToInsecureDialog.CancelLabelString:    Cancel Loading
  4926. *redirectionToInsecureDialog*toggle.leftOffset:    100
  4927. *redirectionToInsecureDialog.selectionLabelString:\
  4928. Warning! You have requested an insecure document that was\n\
  4929. originally designated a secure document (the location has been\n\
  4930. redirected from a secure to an insecure document). The document\n\
  4931. and any information you send back could be observed by a third\n\
  4932. party while in transit.
  4933.  
  4934. *redirectionToSecureDialog_popup.title:    Netscape: Security Warning
  4935. *redirectionToSecureDialog*toggle.labelString:Show this Alert Next Time
  4936. *redirectionToSecureDialog*toggle.alignment:    ALIGNMENT_BEGINNING
  4937. *redirectionToSecureDialog.OkLabelString:    Continue Loading
  4938. *redirectionToSecureDialog.CancelLabelString:    Cancel Loading
  4939. *redirectionToSecureDialog*toggle.leftOffset:    100
  4940. *redirectionToSecureDialog.selectionLabelString:\
  4941. Warning! Your connection has been redirected to a different\n\
  4942. site. You may not be connected to the site that you originally\n\
  4943. tried to reach.
  4944.  
  4945. *insecurePostFromSecureDocDialog_popup.title:         Netscape: Security Warning
  4946. *insecurePostFromSecureDocDialog*toggle.labelString: Show this Alert Next Time
  4947. *insecurePostFromSecureDocDialog*toggle.alignment:   ALIGNMENT_BEGINNING
  4948. *insecurePostFromSecureDocDialog.OkLabelString:      Continue Submission
  4949. *insecurePostFromSecureDocDialog.CancelLabelString:  Cancel Submission
  4950. *insecurePostFromSecureDocDialog*toggle.leftOffset:  100
  4951. *insecurePostFromSecureDocDialog.selectionLabelString:\
  4952. Warning! Although this document is secure, any information you\n\
  4953. submit is insecure and could be observed by a third party while\n\
  4954. in transit. If you are submitting passwords, credit card numbers,\n\
  4955. or other information you would like to keep private, it would be\n\
  4956. safer for you to cancel the submission.
  4957.  
  4958. *insecurePostFromInsecureDocDialog_popup.title:          Netscape: Security Warning
  4959. *insecurePostFromInsecureDocDialog.OkLabelString:     Continue Submission
  4960. *insecurePostFromInsecureDocDialog.CancelLabelString: Cancel Submission
  4961. *insecurePostFromInsecureDocDialog*toggle.labelString:Show this Alert Next Time
  4962. *insecurePostFromInsecureDocDialog*toggle.alignment:  ALIGNMENT_BEGINNING
  4963. *insecurePostFromInsecureDocDialog*toggle.leftOffset: 100
  4964. *insecurePostFromInsecureDocDialog.selectionLabelString:\
  4965. The information you submit is insecure and could be observed by\n\
  4966. a third party while in transit.  If you are submitting passwords,\n\
  4967. credit card numbers, or other information you would like to keep\n\
  4968. private, it would be safer for you to cancel the submission.
  4969.  
  4970.  
  4971. *licenseDialog_popup.title:            Netscape: License Agreement
  4972. *licenseDialog*label1.labelString:\n\
  4973.  Netscape is licensed software.  Its use is subject to the\n\
  4974.  terms and conditions of the license agreement below.\n
  4975. *licenseDialog*label2.labelString:\n\
  4976.  If you accept the terms of this license agreement,\n\
  4977.  press `Accept.'  Otherwise press `Do Not Accept.'\n
  4978. *licenseDialog*text.columns:            72
  4979. *licenseDialog*text.rows:            23
  4980. *licenseDialog*text.wordWrap:            True
  4981. *licenseDialog*text.scrollHorizontal:        False
  4982. *licenseDialog.accept.labelString:        Accept
  4983. *licenseDialog.reject.labelString:        Do Not Accept
  4984.  
  4985. *printSetup_popup.title:            Netscape: Print
  4986. *printSetup*printToLabel.labelString:        Print To:
  4987. *printSetup*toPrinterToggle.labelString:    Printer
  4988. *printSetup*toFileToggle.labelString:        File
  4989. *printSetup*printCommandLabel.labelString:    Print Command:
  4990. *printSetup*fileNameLabel.labelString:        File Name:
  4991. *printSetup*browseButton.labelString:        Browse...
  4992. *printSetup*printLabel.labelString:        Print:
  4993. *printSetup*firstFirstToggle.labelString:    First Page First
  4994. *printSetup*lastFirstToggle.labelString:    Last Page First
  4995. *printSetup*orientationLabel.labelString:    Orientation:
  4996. *printSetup*portraitToggle.labelString:        Portrait
  4997. *printSetup*landscapeToggle.labelString:    Landscape
  4998. *printSetup*printColorLabel.labelString:    Print:
  4999. *printSetup*greyscaleToggle.labelString:    Greyscale
  5000. *printSetup*colorToggle.labelString:        Color
  5001. *printSetup*paperSizeLabel.labelString:        Paper Size:
  5002. *printSetup*letterToggle.labelString:        Letter (8 1/2 x 11 in.)
  5003. *printSetup*legalToggle.labelString:        Legal (8 1/2 x 14 in.)
  5004. *printSetup*executiveToggle.labelString:    Executive (7 1/2 x 10 in.)
  5005. *printSetup*a4Toggle.labelString:        A4 (210 x 297 mm)
  5006. *printSetup*OK.labelString:            Print
  5007. *printSetup*OkLabelString:            Print
  5008. *printSetup*CancelLabelString:            Cancel
  5009. *printSetup*XmLabel.alignment:            ALIGNMENT_END
  5010. *printSetup*XmLabelGadget.alignment:        ALIGNMENT_END
  5011. *printSetup*XmToggleButtonGadget.alignment:    ALIGNMENT_BEGINNING
  5012. *printSetup*XmToggleButtonGadget.indicatorType:    ONE_OF_MANY
  5013. *printSetup*lastFirstToggle.leftOffset:        10
  5014. *printSetup*landscapeToggle.leftOffset:        10
  5015. *printSetup*colorToggle.leftOffset:        10
  5016. *printSetup*legalToggle.leftOffset:        10
  5017. *printSetup*a4Toggle.leftOffset:        10
  5018. *printSetup*XmLabel.rightOffset:        10
  5019. *printSetup*XmLabelGadget.rightOffset:        10
  5020. *printSetup*browseButton.marginHeight:        3
  5021. *printSetup*browseButton.marginWidth:        4
  5022. *printSetup*line.topOffset:            4
  5023. *printSetup*printLabel.topOffset:        4
  5024. *printSetup*firstFirstToggle.topOffset:        10
  5025. *printSetup*portraitToggle.topOffset:        10
  5026. *printSetup*greyscaleToggle.topOffset:        10
  5027. *printSetup*letterToggle.topOffset:        10
  5028. !*printSetup_popup*preeditType:            none
  5029.  
  5030. *findDialog_popup.title:            Netscape: Find
  5031. *findDialog*findInLabel.labelString:        Find in:
  5032. *findDialog*msgHeaders.labelString:        Message Headers in This Folder
  5033. *findDialog*msgBody.labelString:        Body of This Message
  5034. *findDialog*msgHeaders.indicatorType:        ONE_OF_MANY
  5035. *findDialog*msgBody.indicatorType:        ONE_OF_MANY
  5036. *findDialog*findLabel.labelString:        Find:
  5037. *findDialog*findLabel.alignment:        ALIGNMENT_END
  5038. *findDialog*caseSensitive.labelString:        Case Sensitive
  5039. *findDialog*backwards.labelString:        Find Backwards
  5040. *findDialog*backwards.leftOffset:        20
  5041. *findDialog*caseSensitive.alignment:        ALIGNMENT_BEGINNING
  5042. *findDialog*backwards.alignment:        ALIGNMENT_BEGINNING
  5043. *findDialog*XmToggleButtonGadget.indicatorType:    N_OF_MANY
  5044. *findDialog*XmToggleButtonGadget.visibleWhenOff:True
  5045. *findDialog*OK.labelString:            Find
  5046. *findDialog*OkLabelString:            Find
  5047. *findDialog*Apply.labelString:            Clear
  5048. *findDialog*ApplyLabelString:            Clear
  5049. *findDialog*Cancel.labelString:            Close
  5050. *findDialog*CancelLabelString:            Close
  5051. !*findDialog_popup*preeditType:            overthespot
  5052. ! Bookmark Find dialog shares resources with the main find dialog
  5053. ! Extra resources specific to bookmark find dialog
  5054. *findDialog*lookinLabel.labelString:        Look in:
  5055. *findDialog*nameToggle.labelString:        Name
  5056. *findDialog*locationToggle.labelString:        Location
  5057. *findDialog*descriptionToggle.labelString:    Description
  5058. *findDialog*wordToggle.labelString:        Whole word
  5059. *findDialog*helptext.labelString:        Use Find Again to keep looking.
  5060.  
  5061. ! More resources for the Addressbook find dialog
  5062. *findDialog*nicknameToggle.labelString:        Nick Name
  5063.  
  5064.  
  5065. *openURLDialog_popup.title:            Netscape: Open Page
  5066. !*openURLDialog_popup*preeditType:        none
  5067. *openURLDialog*label.labelString:    \
  5068. Enter the World Wide Web location (URL) or specify\n\
  5069. the local file you would like to open:
  5070. *openURLDialog*choose.labelString:        Choose File...
  5071. *openURLDialog*toolLabel.labelString:        Open location or file in:
  5072. *openURLDialog*browserToggle.labelString:    Navigator
  5073. *openURLDialog*editorToggle.labelString:    Composer
  5074. *openURLDialog*OK.labelString:            Open
  5075. *openURLDialog*OkLabelString:            Open
  5076. *openURLDialog*Apply.labelString:        Clear
  5077. *openURLDialog*ApplyLabelString:        Clear
  5078. *openURLDialog*Cancel.labelString:        Cancel
  5079. *openURLDialog*CancelLabelString:        Cancel
  5080. *openURLDialog*label.alignment:            ALIGNMENT_BEGINNING
  5081. *openURLDialog*XmToggleButtonGadget.indicatorType: ONE_OF_MANY
  5082. *openURLDialog*XmRowColumn.orientation:        VERTICAL
  5083. *openURLDialog*browserToggle.set:        True
  5084. *openURLDialog*XmTextField.columns:        45
  5085. !*openURLDialog.width:                500
  5086. *openURLDialog*openInEditor.labelString: Open In Composer
  5087. *openURLDialog*openInBrowser.labelString: Open In Navigator
  5088.  
  5089. *message_popup.title:            Netscape
  5090. *message_popup*OK.labelString:    OK
  5091. *message_popup*OkLabelString:    OK
  5092.  
  5093. *error_popup.title:            Netscape: Error
  5094.  
  5095. *question_popup.title:            Netscape: Question
  5096. *question_popup*OK.labelString:    OK
  5097. *question_popup*Cancel.labelString:    Cancel
  5098.  
  5099. *prompt_popup.title:            Netscape: Prompt
  5100. *password_popup.title:            Netscape: Password
  5101. *promptSubject_popup.title:        Netscape: Subject Prompt
  5102. *stdout_popup.title:            Netscape: subprocess diagnostics (stdout)
  5103. *stderr_popup.title:            Netscape: subprocess diagnostics (stderr)
  5104. *stdout_stderr_popup.title:     Netscape: subprocess diagnostics (stdout/stderr)
  5105.  
  5106. *citing_popup.title:            Netscape
  5107. *citing_popup*messageString:        \nQuoting...\n
  5108.  
  5109. *printing_popup.title:            Netscape
  5110. *printing_popup*messageString:        \nPrinting...\n
  5111.  
  5112. *deliveringMessage_popup.title:        Netscape
  5113. *deliveringMessage_popup*messageString:    \nDelivering message...\n
  5114.  
  5115. *saving_popup.title:            Netscape
  5116. *saving_popup*messageString:        \nSaving to disk...\n
  5117.  
  5118. *visual_popup.title:            Netscape: Change X Visual
  5119. *visual_popup*listLabelString:        Available Visuals:
  5120.  
  5121. *autoSaveNew.title:          Netscape: Auto Save New Document
  5122. *saveFile_popup.title:          Netscape: Save Document
  5123. *saveNewFile_popup.title:       Netscape: Save New Document
  5124. *markMessagesRead_popup.title:       Mark Messages Read
  5125.  
  5126. *promptSubject_popup*messageString:    \
  5127. You did not give a subject to this message.\n\
  5128. If you would like to provide one, please type it now.
  5129.  
  5130. *dialog*OK.labelString:            OK
  5131. *dialog*clear.labelString:        Clear
  5132. *dialog*Cancel.labelString:        Cancel
  5133. *dialog*userLabel.labelString:        User ID:
  5134. *dialog*passwdLabel.labelString:    Password:
  5135. *dialog*userLabel.alignment:        ALIGNMENT_END
  5136. *dialog*passwdLabel.alignment:        ALIGNMENT_END
  5137. *dialog*dialogform*text.columns:   50
  5138. *dialog*dialogform*pwtext.columns: 50
  5139.  
  5140. *clear.labelString:            Clear
  5141. *cancel.labelString:            Cancel
  5142. *OK.labelString:            OK
  5143.  
  5144. *citationQuery_popup.title:        Citation Style Question
  5145. *citationQuery.selectionLabelString:    \n\
  5146. You have quoted an entire document instead of attaching it.\n\
  5147.  \n\
  5148. You could, instead, attach the document and it would be\n\
  5149. appended to the message, without a `>' at the beginning\n\
  5150. of each line. This would make it easier for recipients\n\
  5151. to save and use this document.\n\
  5152.  \n\
  5153. Would you like to send this document as an attachment?\n
  5154.  
  5155. *citationQuery*OK.labelString:        Send as\nText Attachment
  5156. *citationQuery*OkLabelString:        Send as\nText Attachment
  5157. *citationQuery*Apply.labelString:    Send as\nQuoted
  5158. *citationQuery*ApplyLabelString:    Send as\nQuoted
  5159. *citationQuery*Cancel.labelString:    Cancel
  5160. *citationQuery*CancelLabelString:    Cancel
  5161.  
  5162. *doubleCitationQuery_popup.title:    Citation Style Question
  5163. *doubleCitationQuery.selectionLabelString:    \n\
  5164. You have (probably inadvertently) included the same document twice:\n\
  5165. first as a citation (meaning: with `>' at the beginning of each line) and\n\
  5166. then as an attachment (meaning: as a second part of the message,\n\
  5167. included after your new text.)\n\
  5168.  \n\
  5169. Would you like to send an attached document or a quoted document?
  5170.  
  5171. *doubleCitationQuery*OK.labelString:    Send as\nText Attachment
  5172. *doubleCitationQuery*OkLabelString:    Send as\nText Attachment
  5173. *doubleCitationQuery*Apply.labelString:    Send as\nQuoted
  5174. *doubleCitationQuery*ApplyLabelString:    Send as\nQuoted
  5175. *doubleCitationQuery*Cancel.labelString:Cancel
  5176. *doubleCitationQuery*CancelLabelString:    Cancel
  5177.  
  5178. *streamingAudioQuery_popup.title:    Audio Question
  5179. *streamingAudioQuery.selectionLabelString:    \
  5180. Would you like to play the data to the external viewer as it comes\n\
  5181. from the network, or save to a file and then play from the file?
  5182. *streamingAudioQuery*OK.labelString:    Play from Network
  5183. *streamingAudioQuery*OkLabelString:    Play from Network
  5184. *streamingAudioQuery*Apply.labelString:    Save First
  5185. *streamingAudioQuery*ApplyLabelString:    Save First
  5186. *streamingAudioQuery*Cancel.labelString:Cancel
  5187. *streamingAudioQuery*CancelLabelString:    Cancel
  5188.  
  5189. *fileSelector*filterLabelString:    Filter
  5190. *fileSelector*dirListLabelString:    Directories
  5191. *fileSelector*fileListLabelString:    Files
  5192. *fileSelector*OkLabelString:    OK
  5193. *fileSelector*ApplyLabelString:    Filter
  5194. *fileSelector*CancelLabelString:    Cancel
  5195. *fileSelector.Selection.labelString:    Selection
  5196. *fileSelector.pattern:            *.html
  5197. *fileSelector*fileTypeMask:        FILE_ANY_TYPE
  5198. *fileSelector*saveTypeBox.orientation:    HORIZONTAL
  5199. *fileSelector*formatType.labelString:    Format for Saved Document:
  5200. !*fileSelector_popup*preeditType:    overthespot
  5201.  
  5202. *fileBrowser_popup.title:        Netscape: File Browser
  5203. *fileBrowser*filterLabelString:        Filter
  5204. *fileBrowser*dirListLabelString:        Directories
  5205. *fileBrowser*fileListLabelString:        Files
  5206. *fileBrowser*Selection.labelString:        Selection
  5207. *fileBrowser*OkLabelString:        OK
  5208. *fileBrowser*ApplyLabelString:        Filter
  5209. *fileBrowser*CancelLabelString:        Cancel
  5210. *fileBrowser*HelpLabelString:        Help
  5211. *fileBrowser*encodingFrame*optionMenu.labelString: File Type:
  5212. *fileBrowser*encodingFrame*attachAutoDetect.labelString: Auto Detect
  5213. *fileBrowser*encodingFrame*attachBinary.labelString: Binary
  5214.  
  5215.  
  5216. *formSubmitButton.labelString:        Submit
  5217. *formResetButton.labelString:        Reset
  5218. *formButton.labelString:        Monkey Brains
  5219. *formFileBrowseButton.labelString:    Browse...
  5220.  
  5221. ! Bookmarks popup menu. It has the same name as the main popup menu
  5222. ! and hence shares the rest of the resources.
  5223. *bookmarks*popup.title.labelString:        Bookmarks
  5224. *bookmarks*popup*newFolder.labelString: New Folder...
  5225. *bookmarks*popup.saveURL.acceleratorText:
  5226.  
  5227. *titleSeparator.separatorType:            XmDOUBLE_LINE
  5228.  
  5229. ! Bookmarks edit properties window.
  5230. !
  5231. *bookmarkProps_popup*title:            Netscape: Bookmark Properties
  5232. *bookmarkProps*nameLabel.labelString:        Name:
  5233. *bookmarkProps*nameLabel.alignment:        ALIGNMENT_END
  5234. *bookmarkProps*locationLabel.labelString:    Location:
  5235. *bookmarkProps*locationLabel.alignment:        ALIGNMENT_END
  5236. *bookmarkProps*descriptionLabel.labelString:    Description:
  5237. *bookmarkProps*descriptionLabel.alignment:    ALIGNMENT_END
  5238. *bookmarkProps*lastvisitedLabel.labelString:    Last Visited:
  5239. *bookmarkProps*lastvisitedLabel.alignment:    ALIGNMENT_END
  5240. *bookmarkProps*addedonLabel.labelString:    Added On:
  5241. *bookmarkProps*addedonLabel.alignment:        ALIGNMENT_END
  5242. *bookmarkProps*descriptionText.topOffset:    8
  5243. *bookmarkProps*descriptionText.columns:        40
  5244. *bookmarkProps*descriptionText.rows:        5
  5245. *bookmarkProps*aliasButton.labelString:        Select Aliases
  5246.  
  5247. !
  5248. ! Address Book
  5249. !
  5250. *AddressBook*mainform.width:            760
  5251. *AddressBook*mainform.height:            400
  5252. *AddressBook*menuBar.Item.labelString:        Item
  5253. *AddressBook*addUser.labelString:        Add User...
  5254. *AddressBook*addUser.mnemonic:            U
  5255. *AddressBook*addList.labelString:        Add List...
  5256. *AddressBook*addList.mnemonic:            L
  5257. *AddressBook*properties.labelString:        Properties
  5258. *AddressBook*properties.mnemonic:        P
  5259. *AddressBook*queryLabel.labelString:        Type the name you are looking for:
  5260. *AddreMsgWin*toBtn.labelString:                 To:
  5261. !*AddreMsgWin*toBtn.mnemonic:                    T
  5262. *AddreMsgWin*ccBtn.labelString:                 CC:
  5263. !*AddreMsgWin*ccBtn.mnemonic:                    C
  5264. *AddreMsgWin*bccBtn.labelString:                  BCC:
  5265. !*AddreMsgWin*bccBtn.mnemonic:                    B
  5266. *AddreMsgWin*removeBtn.labelString:               Remove
  5267. *AddreMsgWin*addToAddressBtn.labelString:       Add to Address Book
  5268. *AddreMsgWin*propertiesBtn.labelString:         Properties
  5269. *AddreMsgWin*delBtn.labelString:                 Delete
  5270. !*AddreMsgWin*addToAddressBtn.mnemonic:           A
  5271. *AddressBook*dirLabel.labelString:        in:
  5272. *AddressBook*searchBtn.labelString:        Search
  5273. *AddressBook*helpBar.height:            10
  5274. *AddressBook*outline.Name:            Name
  5275. *AddressBook*outline.Nick:            Nickname
  5276. *AddressBook*outline.Secure:            Secure
  5277. *AddressBook*outline.HTML:            HTML
  5278. *AddressBook*mainform.fontList:            -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
  5279.  
  5280. ! The mail compose window part of addr book
  5281. *mc_queryLabel.labelString:    Type the name you are looking for:
  5282. *mc_dirLabel.labelString:    in:
  5283. *mc_searchBtn.labelString:    Search
  5284. *mc_tobtn.labelString:        To:
  5285. *mc_ccbtn.labelString:        Cc:
  5286. *mc_bccbtn.labelString:        Bcc:
  5287. *mc_okbtn.labelString:        OK
  5288. *mc_cancelbtn.labelString:    Cancel
  5289.  
  5290. ! Address Book popup menu. It has the same name as the main popup menu
  5291. ! and hence shares the rest of the resources.
  5292. *AddressBook*popup.title.labelString:            Address Book
  5293. *AddressBook*popup.titleSeparator.separatorType:    XmDOUBLE_LINE
  5294.  
  5295.  
  5296. !
  5297. ! Download
  5298. !
  5299. *Download*downloadURLLabel.labelString:            Source:
  5300. *Download*downloadFileLabel.labelString:        Destination:
  5301. *Download*stopLoading.labelString:                Stop
  5302. *Download*downloadURLLabel.alignment:            ALIGNMENT_END
  5303. *Download*downloadFileLabel.alignment:            ALIGNMENT_END
  5304.  
  5305. *Download*downloadURLLabel.topOffset:            10
  5306. *Download*downloadURLLabel.leftOffset:            10
  5307. *Download*downloadURLValue.columns:            45
  5308. *Download*downloadURLValue.editable:            False
  5309. *Download*downloadURLValue.cursorPositionVisible:    False
  5310. *Download*downloadURLValue.leftOffset:            10
  5311. *Download*downloadURLValue.rightOffset:            10
  5312.  
  5313. *Download*downloadFileLabel.topOffset:            5
  5314. *Download*downloadFileLabel.leftOffset:            10
  5315. *Download*downloadFileLabel.bottomOffset:        15
  5316. *Download*downloadFileValue.columns:            45
  5317. *Download*downloadFileValue.editable:            False
  5318. *Download*downloadFileValue.cursorPositionVisible:    False
  5319. *Download*downloadFileValue.leftOffset:            10
  5320. *Download*downloadFileValue.rightOffset:        10
  5321.  
  5322. *Download*logo.topOffset:                    15
  5323. *Download*logo.rightOffset:                    10
  5324. *Download*cancel.marginWidth:                15
  5325. *Download*cancel.marginHeight:                10
  5326. *Download*cancel.topOffset:                    20
  5327. *Download*cancel.bottomOffset:                10
  5328.  
  5329.  
  5330. ! Need class name in here to defeat *sgiMode and HP-VUE color nonsense...
  5331. ! On SGIs, not having the class will cause the default SGI colors to
  5332. ! be used instead of the ones specified here.  With VUE, the behavior
  5333. ! is even worse - if we're using a non-default visual (for example, if
  5334. ! we have requested a 24-bit TrueColor visual instead of the default
  5335. ! 8-bit PseudoColor) then VUE will ignore the fact that we're not using
  5336. ! the default visual, and give us colors allocated from the wrong
  5337. ! colormap, resulting in lovely effects like brown-on-brown menubars!
  5338. !
  5339. ! (Note: if you comment this stuff out in an attempt to let the current
  5340. ! "scheme" override things, you'll find that the colors of the toolbar
  5341. ! icons and the colors of form elements (like option menus) will get
  5342. ! messed up.)
  5343. !Netscape*background:            #B2B2B2
  5344. Netscape*foreground:            Black
  5345. Netscape*background:            #C0C0C0
  5346.  
  5347. *textBackground:            #FFFFFF
  5348.  
  5349. ! All but SGI: Set reasonable Text and List colors.
  5350. ! SGI uses the default IRIX scheme colors.
  5351. !Netscape*XmTextField.foreground:        Black
  5352. !Netscape*XmText.foreground:        Black
  5353. !Netscape*XmList.foreground:        Black
  5354. !Netscape*XmTextField.background:        #FFFFFF
  5355. !Netscape*XmText.background:        #FFFFFF
  5356. !Netscape*XmList.background:        #FFFFFF
  5357.  
  5358. ! On SGI, the IRIX scheme colors will override these resources,
  5359. ! but we need to specify them for SGI users who turn off schemes.
  5360. ! Resource color values must match the 'NOTSGI' values above.
  5361. *XmTextField.foreground:    Black
  5362. *XmText.foreground:        Black
  5363. *XmList.foreground:        Black
  5364. *XmTextField.background:    #FFFFFF
  5365. *XmText.background:        #FFFFFF
  5366. *XmList.background:        #FFFFFF
  5367.  
  5368. ! Colors of the outline lists used in mail and news windows.
  5369. Netscape*XmLGrid.foreground:        #000000
  5370. Netscape*XmLGrid.background:        #C0C0C0
  5371. !Netscape*XmLGrid.selectBackground:    #FFFFCC
  5372.  
  5373.  
  5374. ! Turn off borders in XmLFolder widgets.
  5375. Netscape*XmLFolder.highlightThickness: 0
  5376.  
  5377. ! Colors of the "Secure Document" bar.
  5378. !*secureDocumentColor:            #0000BF
  5379. !*insecureDocumentColor:            #0C0C0C
  5380.  
  5381. ! Default for all buttons
  5382. Netscape*XmPushButton*shadowThickness:    2
  5383. Netscape*XmPushButtonGadget*shadowThickness: 2
  5384.  
  5385. ! And for option menus:
  5386. Netscape*XmCascadeButton.shadowThickness: 2
  5387. Netscape*XmCascadeButtonGadget.shadowThickness: 2
  5388.  
  5389. !!
  5390. !! *logo
  5391. !!
  5392. *logo.animationInterval:        150
  5393. *logo.marginBottom:                0
  5394. *logo.marginLeft:                0
  5395. *logo.marginRight:                0
  5396. *logo.marginTop:                0
  5397. *logo.shadowThickness:            1
  5398. *logo.documentationString:        Silicon Graphics, Inc. home page
  5399. *logo.tipString:                Go to SGI
  5400.  
  5401. *historyMenuBox.marginHeight:    0
  5402. *historyMenuBox.marginWidth:    0
  5403.  
  5404. *characterToolbarFrame.leftOffset:    2
  5405. *paragraphToolbarFrame.leftOffset:    2
  5406. *composeToolbarFrame.leftOffset:    2
  5407.  
  5408. *topPane.shadowThickness:        2
  5409. *bottomPane.shadowThickness:        2
  5410. *topPane.shadowType:            SHADOW_IN
  5411. *bottomPane.shadowType:            SHADOW_IN
  5412.  
  5413. ! Go ahead, try and figure out why some of these need to be on the
  5414. ! _popup version, and some need to be one level deeper.  I dare you.
  5415. !*dialog.width:                500
  5416. !*history.width:            500
  5417. !*mailto.width:                500
  5418. !*cache_popup.width:            500
  5419. *userConfig_popup.width:        500
  5420. *userConfig.width:            500
  5421. *fileSelector.width:            500
  5422. *fileBrowser.width:            500
  5423.  
  5424. ! I had to hardcode this in the C code - doesn't work from here...
  5425. !*history_popup.allowShellResize:    False
  5426.  
  5427. ! Get rid of all navigation; it's totally broken for Paned windows,
  5428. ! and for the form widgets under the drawingArea.
  5429. *highlightThickness:            0
  5430. *navigationType:            NONE
  5431.  
  5432. ! Uh, but turn it back on in the popups (really I'd like to turn it off
  5433. ! in all non-popups, but I don't think there's a way to specify that...)
  5434. *XmDialogShell*highlightThickness:    2
  5435. *XmDialogShell*navigationType:        TAB_GROUP
  5436.  
  5437. ! Mail compose needs TAB_GROUP
  5438. !*Composition*form.navigationType:       TAB_GROUP
  5439. *mailcompose_container*XmText.navigationType:           TAB_GROUP
  5440. *mailcompose_container*XmTextField.navigationType:      TAB_GROUP
  5441.  
  5442. ! Uh, and turn it on only in text fields of forms.
  5443. ! But of course this doesn't work quite right.
  5444. *drawingArea*XmText.navigationType:    TAB_GROUP
  5445. *drawingArea*XmTextField.navigationType:TAB_GROUP
  5446.  
  5447. ! Sorry, things don't display properly if you configure Netscape to put its
  5448. ! scrollbars on the left or top of the document area.
  5449. Netscape*scroller.scrollBarPlacement:    BOTTOM_RIGHT
  5450.  
  5451. ! Put scrollbars right next to text fields in forms (and lists).
  5452. *drawingArea*XmScrolledWindow.spacing:            0
  5453.  
  5454. ! Do not under any circumstances change the following line:
  5455. Netscape.version:         4.8
  5456.  
  5457.  
  5458. ! ============================================================================
  5459. ! Fonts in the widgets.
  5460. ! These fonts are all down in Motif land, and thus are not controlled by the
  5461. ! font selector on the Preferences dialog.  That applies only to fonts in
  5462. ! the document display area.
  5463. ! ============================================================================
  5464. !
  5465. *fontList:            -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*
  5466.  
  5467. *XmTextField.fontList:        -adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5468. *XmText.fontList:        -adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5469. *XmList*fontList:        -adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5470.  
  5471. ! SGI default:
  5472. !*menuBar*fontList:        -*-helvetica-bold-o-*-*-*-120-*-*-*-*-iso8859-*
  5473. ! Sensible default:
  5474. !*menuBar*fontList:        -*-lucida-medium-r-normal-*-*-120-*-*-*-*-iso8859-*
  5475.  
  5476. *menuBar*historyTruncated.fontList:\
  5477.                 -*-helvetica-medium-o-*-*-*-120-*-*-*-*-iso8859-*
  5478. *popup*fontList:        -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*
  5479.  
  5480. !*topArea*fontList:        -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
  5481. !*topArea*XmTextField.fontList:    -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5482. !*topArea*XmText.fontList:    -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5483.  
  5484. !*bookmark*fontList:          -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5485. !*bookmark*fontList:            -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
  5486. !*bookmark*selectedLabel.fontList:\
  5487.                   -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5488. !*bookmark*XmTextField.fontList:    -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5489. !*bookmark*XmText.fontList:    -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5490.  
  5491. *docinfoButton.fontList:      -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5492. *mailto*urlLabel.fontList:    -*-helvetica-medium-r-*-*-*-140-*-*-*-*-iso8859-*
  5493.  
  5494. *licenseDialog*text.fontList:    -adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5495.  
  5496. ! These are the fonts used in the outline lists used in Mail, News, Bookmarks,
  5497. ! and Address Book windows.  (Note that there can't be any whitespace after
  5498. ! the commas.)
  5499.  
  5500. ! For non-SUN platforms, user can accept font size to be 10 pt on the message list
  5501. Netscape*XmLGrid*fontList:\
  5502. -*-helvetica-medium-r-*-*-*-100-*-*-*-*-iso8859-*,\
  5503. -*-helvetica-bold-r-*-*-*-100-*-*-*-*-iso8859-*=BOLD,\
  5504. -*-helvetica-medium-o-*-*-*-100-*-*-*-*-iso8859-*=ITALIC
  5505.  
  5506. ! For SUN platforms, user wants default font size to be 12 pt on the message list to be readable
  5507. !Netscape*XmLGrid*fontList:\
  5508. -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*,\
  5509. -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*=BOLD,\
  5510. -*-helvetica-medium-o-*-*-*-120-*-*-*-*-iso8859-*=ITALIC
  5511.  
  5512. ! Font for the Mail/News banner
  5513. ! For non-SUN platforms, user can accept font size to be 10 pt to be default on the message list
  5514. Netscape*banner*folderDropdown*XmLabel.fontList: -adobe-courier-bold-r-*-*-*-100-*-*-*-*-iso8859-*
  5515. Netscape*banner*folderDropdown*fontList:\
  5516. -adobe-courier-medium-r-*-*-*-100-*-*-*-*-iso8859-*,\
  5517. -adobe-courier-bold-r-*-*-*-100-*-*-*-*-iso8859-*=BOLD
  5518.  
  5519. Netscape*banner*title.fontList:        -*-helvetica-bold-r-*-*-*-100-*-*-*-*-iso8859-*
  5520. Netscape*banner*subtitle.fontList:    -*-helvetica-medium-r-*-*-*-100-*-*-*-*-iso8859-*
  5521. Netscape*banner*info.fontList:    -*-helvetica-medium-r-*-*-*-100-*-*-*-*-iso8859-*
  5522.  
  5523. ! For SUN platforms, user wants default font size to be 12 pt on the message list to be readable
  5524. !Netscape*banner*folderDropdown*XmLabel.fontList: -adobe-courier-bold-r-*-*-*-120-*-*-*-*-iso8859-*
  5525. !Netscape*banner*folderDropdown*.fontList:\
  5526. -adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*,\
  5527. -adobe-courier-bold-r-*-*-*-120-*-*-*-*-iso8859-*=BOLD
  5528.  
  5529. !Netscape*banner*title.fontList:        -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
  5530. !Netscape*banner*subtitle.fontList:    -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5531. !Netscape*banner*info.fontList:    -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5532.  
  5533. *banner*folderDropdown*shadowThickness: 1
  5534. ! Font for the Thread window expando flippy label
  5535. *arrowlabel.fontList:        -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5536.  
  5537. ! Font for the attachment panel icon label
  5538. ! need class name to defeat *sgiMode
  5539. Netscape*attachItemLabel*fontList:    -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5540.  
  5541. ! This is the default charset for the View | Character Set menu.
  5542. ! The following values have special meanings:
  5543. !   iso-2022-jp: Japanese (Auto-Detect)
  5544. !   iso-2022-kr: Korean (Auto-Detect)
  5545. !
  5546. *defaultCharset:    iso-8859-1
  5547. !*defaultCharset:    iso-8859-2
  5548. !*defaultCharset:    windows-1250
  5549. !*defaultCharset:    iso-2022-jp
  5550. !*defaultCharset:    shift_jis
  5551. !*defaultCharset:    euc-jp
  5552. !*defaultCharset:    big5
  5553. !*defaultCharset:    x-euc-tw
  5554. !*defaultCharset:    gb2312
  5555. !*defaultCharset:    iso-2022-kr
  5556. !*defaultCharset:    iso-8859-5
  5557. !*defaultCharset:    koi8-r
  5558. !*defaultCharset:    windows-1251
  5559. !*defaultCharset:    iso-8859-7
  5560. !*defaultCharset:    windows-1253
  5561. !*defaultCharset:    iso-8859-9
  5562. !*defaultCharset:    utf-8
  5563. !*defaultCharset:    utf-7
  5564.  
  5565.  
  5566.  
  5567. ! ============================================================================
  5568. ! Fonts used in the display area.
  5569. ! ============================================================================
  5570.  
  5571.  
  5572. ! Default fonts for various charsets, prop(ortional) and fixed.
  5573. !
  5574. ! Format is foundry-family-pointsize-scaling.
  5575. ! Pointsize is in tenths of a point.
  5576. ! Scaling is either "scale" or "noscale".
  5577. !
  5578. ! These are only used the first time you start up.
  5579. ! After that, the preferences file is used.
  5580. ! The "Defaults" button in the Preferences dialog will revert to these.
  5581. !
  5582. *documentFonts.defaultFont*iso-8859-1.prop:    adobe-times-120-noscale
  5583. *documentFonts.defaultFont*iso-8859-1.fixed:    adobe-courier-100-noscale
  5584.  
  5585. *documentFonts.defaultFont*UTF-8.prop:    nsPseudoFont-times-120-noscale
  5586. *documentFonts.defaultFont*UTF-8.fixed:    nsPseudoFont-courier-100-noscale
  5587.  
  5588.  
  5589. ! This table maps weight/slant pairs to bold/italic/boldItalic/normal
  5590. !
  5591. *documentFonts.face*-:            normal
  5592. *documentFonts.face*bold-i:        boldItalic
  5593. *documentFonts.face*bold-o:        boldItalic
  5594. *documentFonts.face*bold-r:        bold
  5595. *documentFonts.face*book-o:        italic
  5596. *documentFonts.face*book-r:        normal
  5597. *documentFonts.face*demi-i:        boldItalic
  5598. *documentFonts.face*demi-o:        boldItalic
  5599. *documentFonts.face*demi-r:        bold
  5600. *documentFonts.face*demibold-i:        boldItalic
  5601. *documentFonts.face*demibold-r:        bold
  5602. *documentFonts.face*light-i:        italic
  5603. *documentFonts.face*light-r:        normal
  5604. *documentFonts.face*medium-i:        italic
  5605. *documentFonts.face*medium-o:        italic
  5606. *documentFonts.face*medium-r:        normal
  5607. *documentFonts.face*medium-roman:    normal
  5608. *documentFonts.face*normal-i:        italic
  5609. *documentFonts.face*normal-r:        normal
  5610. *documentFonts.face*regular-i:        italic
  5611. *documentFonts.face*regular-r:        normal
  5612. *documentFonts.face*roman-r:        normal
  5613. *documentFonts.face*w3-r:        normal
  5614. *documentFonts.face*w3h-r:        normal
  5615. *documentFonts.face*w4-r:        normal
  5616. *documentFonts.face*w5-r:        normal
  5617. *documentFonts.face*w9-r:        normal
  5618.  
  5619.  
  5620. ! This table maps XLFD family names to nice family names
  5621. !
  5622. *documentFonts.family*djb:            DJB
  5623. *documentFonts.family*haebfix:            Haeberli Fixed
  5624. *documentFonts.family*itc avant garde gothic:    ITC Avant Garde Gothic
  5625. *documentFonts.family*itc bookman:        ITC Bookman
  5626. *documentFonts.family*itc zapf chancery:    ITC Zapf Chancery
  5627. *documentFonts.family*itc zapf dingbats:    ITC Zapf Dingbats
  5628. *documentFonts.family*lucidatypewriter:        Lucida Typewriter
  5629.  
  5630.  
  5631. ! This table maps XLFD foundry names to nice foundry names
  5632. !
  5633. *documentFonts.foundry*b&h:    B&H
  5634. *documentFonts.foundry*dec:    DEC
  5635. *documentFonts.foundry*hku:    HKU
  5636. *documentFonts.foundry*sgi:    SGI
  5637. *documentFonts.foundry*nsPseudoFont:    NSPseudoFonts
  5638.  
  5639.  
  5640. ! This table maps MIME charsets to language groups
  5641. !
  5642. *documentFonts.charsetlang*gb_2312-80:            Simplified Chinese
  5643. *documentFonts.charsetlang*iso-8859-1:            Western
  5644. *documentFonts.charsetlang*iso-8859-2:            Central European
  5645. *documentFonts.charsetlang*iso-8859-5:            Cyrillic
  5646. *documentFonts.charsetlang*iso-8859-7:            Greek
  5647. *documentFonts.charsetlang*iso-8859-9:            Turkish
  5648. *documentFonts.charsetlang*jis_x0201:            Japanese
  5649. *documentFonts.charsetlang*jis_x0208-1983:        Japanese
  5650. *documentFonts.charsetlang*jis_x0212-1990:        Japanese
  5651. *documentFonts.charsetlang*koi8-r:            Cyrillic
  5652. *documentFonts.charsetlang*ks_c_5601-1987:        Korean
  5653. *documentFonts.charsetlang*x-cns11643-1110:        Traditional Chinese
  5654. *documentFonts.charsetlang*x-cns11643-1:        Traditional Chinese
  5655. *documentFonts.charsetlang*x-cns11643-2:        Traditional Chinese
  5656. *documentFonts.charsetlang*x-gb2312-11:            Simplified Chinese
  5657. *documentFonts.charsetlang*x-jisx0208-11:        Japanese
  5658. *documentFonts.charsetlang*x-ksc5601-11:        Korean
  5659. *documentFonts.charsetlang*x-x-big5:            Traditional Chinese
  5660. *documentFonts.charsetlang*unicode-2-0:            Unicode
  5661.  
  5662.  
  5663. ! This table maps X11 font charsets to MIME charsets
  5664. !
  5665. *documentFonts.charset*-:                    x-ignore
  5666. *documentFonts.charset*-ascii:                    x-ignore
  5667. *documentFonts.charset*-dingbats:                x-ignore
  5668. *documentFonts.charset*-hiragana:                x-ignore
  5669. *documentFonts.charset*-ibm pc:                    x-ignore
  5670. *documentFonts.charset*-katakana:                x-ignore
  5671. *documentFonts.charset*-roman:                    x-ignore
  5672. !*documentFonts.charset*-symbol:                    x-ignore
  5673. *documentFonts.charset*78-h:                    x-ignore
  5674. *documentFonts.charset*78.euc-h:                x-ignore
  5675. *documentFonts.charset*add-h:                    x-ignore
  5676. *documentFonts.charset*adobe.cns1-0:                x-ignore
  5677. *documentFonts.charset*adobe.gb1-0:                x-ignore
  5678. *documentFonts.charset*adobe.japan1-0:                x-ignore
  5679. *documentFonts.charset*adobe.japan1-1:                x-ignore
  5680. *documentFonts.charset*adobe.japan1-2:                x-ignore
  5681. *documentFonts.charset*adobe.japan2-0:                x-ignore
  5682. *documentFonts.charset*adobe.korea1-0:                x-ignore
  5683. *documentFonts.charset*big5-0:                    x-x-big5
  5684. *documentFonts.charset*big5-1:                    x-x-big5
  5685. *documentFonts.charset*big5.et-0:                x-x-big5
  5686. *documentFonts.charset*big5.et.ext-0:                x-x-big5
  5687. *documentFonts.charset*big5.etext-0:                x-x-big5
  5688. *documentFonts.charset*big5.hku-0:                x-x-big5
  5689. *documentFonts.charset*big5.hku-1:                x-x-big5
  5690. *documentFonts.charset*big5.pc-0:                x-x-big5
  5691. *documentFonts.charset*big5.shift-0:                x-x-big5
  5692. *documentFonts.charset*cmr.sun-fontspecific:            x-ignore
  5693. *documentFonts.charset*cns11643-0:                x-cns11643-1
  5694. *documentFonts.charset*cns11643-1:                x-cns11643-2
  5695. *documentFonts.charset*cns11643.1986-1:                x-cns11643-1
  5696. *documentFonts.charset*cns11643.1986-2:                x-cns11643-2
  5697. *documentFonts.charset*cns11643.1992-1:                x-cns11643-1
  5698. *documentFonts.charset*cns11643.1992-2:                x-cns11643-2
  5699. *documentFonts.charset*cns11643.1992.1-0:            x-cns11643-1
  5700. *documentFonts.charset*cns11643.1992.2-0:            x-cns11643-2
  5701. *documentFonts.charset*dec-decctrl:                x-ignore
  5702. *documentFonts.charset*dec-decksroman:                x-ignore
  5703. *documentFonts.charset*dec-decmath_extension:            x-ignore
  5704. *documentFonts.charset*dec-decmath_italic:            x-ignore
  5705. *documentFonts.charset*dec-decmath_symbol:            x-ignore
  5706. *documentFonts.charset*dec-decsuppl:                x-ignore
  5707. *documentFonts.charset*dec-dectech:                x-ignore
  5708. *documentFonts.charset*dec-drcs:                x-ignore
  5709. *documentFonts.charset*dec-fontspecific:            x-ignore
  5710. *documentFonts.charset*dec.cns11643.1986-2:            x-cns11643-1110
  5711. *documentFonts.charset*dec.cns11643.1986-udc:            x-ignore
  5712. *documentFonts.charset*dec.dtscs.1990-2:            x-ignore
  5713. *documentFonts.charset*euc-h:                    x-ignore
  5714. *documentFonts.charset*ext-h:                    x-ignore
  5715. *documentFonts.charset*gb2312.1980-0:                gb_2312-80
  5716. *documentFonts.charset*gb2312.1980-1:                x-gb2312-11
  5717. *documentFonts.charset*gb2312.1980-udc:                x-ignore
  5718. *documentFonts.charset*hojo-h:                    x-ignore
  5719. *documentFonts.charset*hp-japanese15:                x-ignore
  5720. *documentFonts.charset*hp-japaneseeuc:                x-ignore
  5721. *documentFonts.charset*hp-roman8:                x-ignore
  5722. *documentFonts.charset*hpbig5-:                    x-x-big5
  5723. *documentFonts.charset*ibm-850:                    x-ignore
  5724. *documentFonts.charset*ibm-fontspecific:            x-ignore
  5725. *documentFonts.charset*ibm-ibmcs01007ext:            x-ignore
  5726. *documentFonts.charset*ibm-special:                x-ignore
  5727. *documentFonts.charset*ibm-udcjp:                x-ignore
  5728. *documentFonts.charset*iso646.1991-irv:                x-ignore
  5729. *documentFonts.charset*iso8859-1:                iso-8859-1
  5730. *documentFonts.charset*iso8859-2:                iso-8859-2
  5731. *documentFonts.charset*iso8859-3:                x-ignore
  5732. *documentFonts.charset*iso8859-4:                x-ignore
  5733. *documentFonts.charset*iso8859-5:                iso-8859-5
  5734. *documentFonts.charset*iso8859-6:                x-ignore
  5735. *documentFonts.charset*iso8859-7:                iso-8859-7
  5736. *documentFonts.charset*iso8859-8:                x-ignore
  5737. *documentFonts.charset*iso8859-9:                iso-8859-9
  5738. *documentFonts.charset*iso8859-adobe:                x-ignore
  5739. *documentFonts.charset*itc zapf dingbats.adobe-fontspecific:    iso-8859-1
  5740. *documentFonts.charset*itc zapfdingbats.sun-fontspecific:    x-ignore
  5741. *documentFonts.charset*jisx0201-romankana:            x-ignore
  5742. *documentFonts.charset*jisx0201.1976-0:                jis_x0201
  5743. *documentFonts.charset*jisx0201.1976-1:                jis_x0201
  5744. *documentFonts.charset*jisx0208-kanji00:            x-ignore
  5745. *documentFonts.charset*jisx0208-kanji11:            x-ignore
  5746. *documentFonts.charset*jisx0208.1983-0:                jis_x0208-1983
  5747. *documentFonts.charset*jisx0208.1983-1:                x-jisx0208-11
  5748. *documentFonts.charset*jisx0208.1990-0:                jis_x0208-1983
  5749. *documentFonts.charset*jisx0212.1990-0:                jis_x0212-1990
  5750. *documentFonts.charset*jisx0212.1990-ocmp.1992:            jis_x0212-1990
  5751. *documentFonts.charset*koi8-1:                    koi8-r
  5752. *documentFonts.charset*koi8-r:                    koi8-r
  5753. *documentFonts.charset*ks-roman:                x-ignore
  5754. *documentFonts.charset*ksc5601.1987-0:                ks_c_5601-1987
  5755. *documentFonts.charset*ksc5601.1987-1:                x-ksc5601-11
  5756. *documentFonts.charset*misc-fontspecific:            x-ignore
  5757. *documentFonts.charset*necjisx0208.1983-0:            x-ignore
  5758. *documentFonts.charset*novanet-1:                x-ignore
  5759. *documentFonts.charset*nwp-h:                    x-ignore
  5760. *documentFonts.charset*pimai.adobe-fontspecific:        x-ignore
  5761. *documentFonts.charset*rksj-h:                    x-ignore
  5762. *documentFonts.charset*screen.sun-fontspecific:            x-ignore
  5763. *documentFonts.charset*sgi-fontspecific:            x-ignore
  5764. *documentFonts.charset*shiftjis-0:                x-ignore
  5765. *documentFonts.charset*sunolcursor-1:                x-ignore
  5766. *documentFonts.charset*sunolglyph-1:                x-ignore
  5767. *documentFonts.charset*symbol.adobe-fontspecific:        iso-8859-1
  5768. *documentFonts.charset*symbol.sun-fontspecific:            x-ignore
  5769. *documentFonts.charset*tis620.2533-1:                x-ignore
  5770. *documentFonts.charset*ucs2.cjk-rest:                x-ignore
  5771. *documentFonts.charset*ucs2.cns11643.1986-1:            x-ignore
  5772. *documentFonts.charset*ucs2.cns11643.1986-2:            x-ignore
  5773. *documentFonts.charset*ucs2.gb2312.1980-0:            x-ignore
  5774. *documentFonts.charset*ucs2.ibm-udccn:                x-ignore
  5775. *documentFonts.charset*wp-symbol:                x-ignore
  5776. *documentFonts.charset*zapfdingbats.adobe-fontspecific:        x-ignore
  5777.  
  5778.  
  5779. ! There are 7 font sizes, 1 thru 7.  The default font is 3, and the others
  5780. ! are based on this.  The default increment is 20%, which means that the 4
  5781. ! is 20% larger than the 3, the 5 is 40% larger, and so on.
  5782. !
  5783. *documentFonts.sizeIncrement:    20
  5784.  
  5785. ! Maximum size to scale fonts, in points.
  5786. *documentFonts.maximumPoints: 200
  5787.  
  5788. ! CSS-1 generic font family mapping
  5789. ! to change the defaults, uncomment and give a different family name
  5790. ! *documentFonts.generic.serif: times
  5791. ! *documentFonts.generic.sans-serif: helvetica
  5792. ! *documentFonts.generic.cursive: itc zapf chancery
  5793. ! *documentFonts.generic.fantasy: new century schoolbook
  5794. ! *documentFonts.generic.monospace: courier
  5795.  
  5796. ! Some people have both 75 DPI (dots per inch) and 100 DPI versions of the
  5797. ! same fonts in their font path, and, to make matters even worse, they have
  5798. ! the 75 before the 100 even if their monitor is around 100 DPI.  The
  5799. ! following is provided so that these people can hack their fonts without
  5800. ! having to correct their font path.
  5801. !
  5802. ! To correct your font path, take a look at
  5803. !   http://home.netscape.com/assist/support/client/tn/unix/10305.html
  5804. ! which is a Technical Note linked from Help->Frequently Asked Questions.
  5805. !
  5806. ! The last part of the left hand side (iso-8859-1) is the MIME charset
  5807. ! corresponding to the X11 font charset (see above).
  5808. !
  5809. ! To use e.g. 100 DPI fonts, change the final "*" to "100".
  5810. !
  5811. *documentFonts.xResolution*iso-8859-1:    *
  5812. *documentFonts.yResolution*iso-8859-1:    *
  5813.  
  5814.  
  5815. ! ============================================================================
  5816. ! Fonts used for printing.
  5817. ! ============================================================================
  5818. !
  5819. ! psname  is the full PostScript font name
  5820. ! pscode  is the character encoding used in the PostScript font
  5821. ! pswidth is the PostScript width per character, only useful for "square"
  5822. !         fonts such as those found in East Asia
  5823.  
  5824.  
  5825. ! The following Latin-1 PostScript printer fonts are hard-coded into Netscape
  5826. ! and cannot be changed.
  5827. !
  5828. !*documentFonts.latin1.variable.normal*psname:        Times-Roman
  5829. !*documentFonts.latin1.variable.bold*psname:        Times-Bold
  5830. !*documentFonts.latin1.variable.italic*psname:        Times-Italic
  5831. !*documentFonts.latin1.variable.boldItalic*psname:    Times-BoldItalic
  5832. !*documentFonts.latin1.fixed.normal*psname:        Courier
  5833. !*documentFonts.latin1.fixed.bold*psname:        Courier-Bold
  5834. !*documentFonts.latin1.fixed.italic*psname:        Courier-Oblique
  5835. !*documentFonts.latin1.fixed.boldItalic*psname:        Courier-BoldOblique
  5836. !*documentFonts.latin1*pscode:                iso-8859-1
  5837. !*documentFonts.latin1*pswidth:                *
  5838.  
  5839.  
  5840. ! Netscape does not differentiate between variable and fixed, and between
  5841. ! normal, bold, italic and boldItalic for the following East Asian fonts.
  5842. !
  5843. ! The charset fields are the charset names corresponding to the available
  5844. ! locales (e.g. for Japan, that would be euc-jp and shift_jis).
  5845. !
  5846. *documentFonts.euc-jp*psname:        Ryumin-Light-RKSJ-H
  5847. *documentFonts.euc-jp*pscode:        shift_jis
  5848. *documentFonts.euc-jp*pswidth:        1000
  5849. *documentFonts.euc-jp*psascent:        950
  5850.  
  5851. *documentFonts.shift_jis*psname:    Ryumin-Light-RKSJ-H
  5852. *documentFonts.shift_jis*pscode:    shift_jis
  5853. *documentFonts.shift_jis*pswidth:    1000
  5854. *documentFonts.shift_jis*psascent:    950
  5855.  
  5856. *documentFonts.EUC-KR*psname:        SMgoJ
  5857. *documentFonts.EUC-KR*pscode:        euc-kr
  5858. *documentFonts.EUC-KR*pswidth:        1000
  5859. *documentFonts.EUC-KR*psascent:        950
  5860.  
  5861. !*documentFonts.gb2312*psname:        ???
  5862. !*documentFonts.gb2312*pscode:        ???
  5863. !*documentFonts.gb2312*pswidth:        ???
  5864. !*documentFonts.gb2312*psascent:    ???
  5865.  
  5866. !*documentFonts.x-euc-tw*psname:    ???
  5867. !*documentFonts.x-euc-tw*pscode:    ???
  5868. !*documentFonts.x-euc-tw*pswidth:    ???
  5869. !*documentFonts.x-euc-tw*psascent:    ???
  5870.  
  5871. ! Unicode Pseudo Font
  5872. ! These map a Unicode Pseudo Font 
  5873. ! latin-1 font name to an equivalent 
  5874. ! font name for a different encoding
  5875. *unicodeFont.helvetica*jis_x0208-1983:        gothic
  5876. *unicodeFont.helvetica*jis_x0201:             gothic
  5877. *unicodeFont.times*jis_x0208-1983:            mincho
  5878. *unicodeFont.times*jis_x0201:                 mincho
  5879. *unicodeFont.courier*jis_x0208-1983:          fixed
  5880. *unicodeFont.courier*jis_x0201:               fixed
  5881. *unicodeFont.lucida*jis_x0208-1983:           gothic
  5882. *unicodeFont.lucida*jis_x0201:                gothic
  5883. *unicodeFont.lucidatypewriter*jis_x0208-1983: gothic
  5884. *unicodeFont.lucidatypewriter*jis_x0201:      gothic
  5885. *unicodeFont.allowHPScaling:                  false
  5886. !*unicodeFont.screenDpi:                       100
  5887. !*javaFont.usePointSizing:                     false
  5888. !*javaFont.screenDpi:                          100
  5889.  
  5890.  
  5891. *scrollerX*VertScrollBar.width:        10
  5892. *scrollerX*VertScrollBar.height:    100
  5893.  
  5894. ! Mail search dialog...
  5895. *MNSearch.title:                          Netscape: Search
  5896. *MNSearch.iconName:                       Search
  5897. *MNSearch*SearchBtn.labelString:          Search
  5898. *MNSearch*NewBtn.labelString:             Clear 
  5899. *MNSearch*MiscBtn.labelString:            Options...
  5900. *MNSearch*HelpBtn.labelString:          Help
  5901. *MNSearch*SaveAsBtn.labelString:          Save As...
  5902. *MNSearch*CloseBtn.labelString:           Close
  5903. *matchAll.labelString:           Match all of the following
  5904. *matchAny.labelString:           Match any of the following
  5905. *MNSearch*SaveAsDialogTextLabel.labelString:              Newsgroup Name:
  5906. *searchSaveAsPromptDialog.dialogTitle:        Netscape: Save As Virtual Newsgroup
  5907. *MNSearch*SaveAsDialogInfo.labelString:    Saving search criteria will create a Virtual Newsgroup based on that\n\criteria. The Virtual Newsgroup will be available from the folder list in\n\the Messenger window.
  5908.  
  5909. *where.labelString:                       where
  5910. *MNSearch*searchFolderLabel.labelString:  Search for messages in
  5911. *MNSearch*itemsLabelTitle.labelString:    Total items found:
  5912. *MNSearch.width:                   650
  5913. ! needs to match up with XFE_SEARCH_DATE_FORMAT in ns/cmd/xfe/xfe_err.h
  5914. *MNSearch*labelValueField.labelString:    mm/dd/yyyy
  5915. *MNSearch*moreBtn.labelString:          More
  5916. *MNSearch*lessBtn.labelString:          Fewer
  5917. *MNSearch*searchContent.marginWidth:      5
  5918. *MNSearch*searchContent.marginHeight:      5
  5919. *MNSearch*resultComment.topOffset:       4
  5920. *MNSearch*goToMessageFolder.labelString:  Open Message Folder
  5921. *MNSearch*fileMsg.labelString:            File in:
  5922. *MNSearch*fileMsg.buttonLayout:           button_label_only
  5923. *MNSearch*deleteMsg.labelString:          Delete Message
  5924. *popup*copySubmenu.labelString:              Copy Message
  5925.  
  5926. ! Advanced mail search (Options) dialog
  5927. *advancedSearch*subfolderToggle.labelString:    Search Subfolders
  5928. *advancedSearch*whenOnlineSearch.labelString: When online, search for messages:
  5929. *advancedSearch*searchLocalToggle.labelString:    on your local system
  5930. *advancedSearch*searchServerToggle.labelString:    on the specified server
  5931.  
  5932. ! Ldap Search
  5933. *Ldap.title:                              Netscape:Search Directories
  5934. *Ldap.iconName:                           Search Directories
  5935. *Ldap*A_the1.labelString:                 the
  5936. *Ldap*A_the2.labelString:                 and the
  5937. *Ldap*SearchBtn.labelString:         Search
  5938. *Ldap*NewBtn.labelString:             Clear
  5939. *Ldap*MiscBtn.labelString:             Help    
  5940. *Ldap*CloseBtn.labelString:         Close
  5941. *Ldap*ldapSearchFolderLabel.labelString: Search for items
  5942. *Ldap*itemsLabelTitle.labelString:        Total items found:
  5943. *Ldap.width:                650
  5944. *Ldap.height:                250
  5945. *Ldap*labelValueField.labelString:    mm/dd/yy
  5946. *Ldap*searchContent.marginWidth:    5
  5947. *Ldap*searchContent.marginHeight:    5
  5948. *Ldap*resultComment.topOffset:         4
  5949. *Ldap*ldapCommands.marginWidth:       10
  5950. *Ldap*ldapCommands.spacing:           20    
  5951. *Ldap*toAddrBook.labelString:       Add To Address Book
  5952. *Ldap*toCompose.labelString:         Compose Message
  5953.  
  5954. !
  5955. ! Navigator mouse documentation.
  5956. !
  5957. *tipLabel.fontList:           -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5958. Netscape*tipLabel.background:  #FFFFCC
  5959. Netscape*tipLabel.foreground:  Black
  5960. Netscape*tipShell.borderColor: Black
  5961. Netscape*tipShell.borderWidth: 1
  5962.  
  5963. !
  5964. ! Browser documentation and tip strings
  5965. !
  5966.  
  5967. ! Navigator/Toolbar (tip strings and special documentation strings)
  5968. *back.tipString:                    Go to previous page
  5969. *forward.tipString:                    Go to next page
  5970. *home.tipString:                    Go to the Home page
  5971. *home.documentationString:          Go to the Home page
  5972. *search.tipString:                  Search on the Internet
  5973. *search.documentationString:        Search the Internet for information
  5974. *MailThread*search.documentationString:  Search mail and newsgroup messages
  5975. *MailMsg*search.documentationString:  Search mail and newsgroup messages
  5976. *MailFolder*search.documentationString:  Search mail and newsgroup messages
  5977. *destinations.tipString:            Your personal start page
  5978. *destinations.documentationString:  Go to your personal start page
  5979. *guide.tipString:            Interesting places on the Internet
  5980. *guide.documentationString:  Go to interesting places on the Internet
  5981. *myshopping.tipString:            Go to Shop@Netscape
  5982. *myshopping.documentationString:    Go to Shop@Netscape
  5983. *showImages.tipString:              Display images on this page
  5984. *reload.tipString:                  Reload this page from the server
  5985. *stopLoading.tipString:             Stop the current transfer
  5986.  
  5987. !
  5988. ! Some mail/news documentation and tip strings
  5989. !
  5990. !*MailFolder*stopLoading.tipString:  Stop downloading messages
  5991. !*MailFolder*search.documentationString:    Search mail and newsgroup messages
  5992. !*MailThread*search.documentationString:    Search mail and newsgroup messages
  5993. !*MailMsg*search.documentationString:    Search mail and newsgroup messages
  5994.  
  5995. !!
  5996. !! *urlBarItem
  5997. !!
  5998. *urlBarItem.shadowType:                    shadow_out
  5999. *urlBarItem.shadowThickness:            1
  6000. *urlBarItem.marginLeft:                    1
  6001. *urlBarItem.marginRight:                1
  6002. *urlBarItem.marginTop:                    1
  6003. *urlBarItem.marginBottom:                1
  6004.  
  6005. !!
  6006. !! *bookmarkQuickfile
  6007. !!
  6008. *bookmarkQuickfile.labelString:            Bookmarks
  6009. *bookmarkQuickfile.tipString:            Bookmark QuickFile
  6010. *bookmarkQuickfile.documentationString:    Bookmark QuickFile
  6011. *bookmarkQuickfile.topOffset:            2
  6012. *bookmarkQuickfile.leftOffset:            2
  6013. *bookmarkQuickfile.buttonLayout:        button_label_on_right
  6014. *bookmarkQuickfile.mappingDelay:        0
  6015.  
  6016. !!
  6017. !! *relatedItems
  6018. !!
  6019. *relatedItems.labelString:                What's Related
  6020. *relatedItems.tipString:                What's Related
  6021. *relatedItems.documentationString:        What's Related
  6022. *relatedItems.topOffset:                2
  6023. *relatedItems.leftOffset:                2
  6024. *relatedItems.buttonLayout:                button_label_on_right
  6025.  
  6026. !!
  6027. !! *urlLocationProxyIcon
  6028. !!
  6029. *urlLocationProxyIcon.tipString:    \
  6030. Drag this to create a link to this page
  6031. *urlLocationProxyIcon.documentationString:    \
  6032. Drag this to create a link to this page
  6033. *urlLocationProxyIcon.topOffset:        3
  6034. *urlLocationProxyIcon.leftOffset:        3
  6035. *urlLocationProxyIcon.cursor:            hand2
  6036.  
  6037. *urlLocationProxyIcon.shadowThickness:            0
  6038. *urlLocationProxyIcon.raiseBorderThickness:        0
  6039. *urlLocationProxyIcon.fillOnArm:                false
  6040. *urlLocationProxyIcon.buttonLayout:                button_pixmap_only
  6041.  
  6042.  
  6043. !!
  6044. !! *urlLocationLabel
  6045. !!
  6046. *urlLocationLabel.alignment:                alignment_end
  6047. *urlLocationLabel.recomputeSize:            False
  6048. *urlLocationLabel.marginHeight:                0
  6049. *urlLocationLabel.leftOffset:                4
  6050.  
  6051.  
  6052. *urlLocationLabel.netsiteLabelString:        Netsite:
  6053. *urlLocationLabel.uneditedLabelString:        Location:
  6054. *urlLocationLabel.editedLabelString:        Go To:
  6055.  
  6056. ! this must be the longer of the two...
  6057. *urlLocationLabel.labelString:                Location:
  6058.  
  6059. !!
  6060. !! Fixed Quickfile items
  6061. !!
  6062. *bookmarkQuickfile*addBookmark.labelString:                Add Bookmark
  6063. *bookmarkQuickfile*addBookmark.mnemonic:                    A
  6064. *bookmarkQuickfile*addBookmark.acceleratorText:            Ctrl+K
  6065.  
  6066. *bookmarkQuickfile*openBookmarks.labelString:                Edit Bookmarks...
  6067. *bookmarkQuickfile*openBookmarks.mnemonic:                    E
  6068. *bookmarkQuickfile*openBookmarks.acceleratorText:            Ctrl+B
  6069.  
  6070. *bookmarkQuickfile*fileBookmarksSubmenu.labelString:        File Bookmark
  6071. *bookmarkQuickfile*fileBookmarksSubmenu.mnemonic:            F
  6072.  
  6073. !!
  6074. !! *personalToolbarItem
  6075. !!
  6076. *personalToolbarItem.shadowType:                shadow_out
  6077. *personalToolbarItem.shadowThickness:            1
  6078. *personalToolbarItem.marginLeft:                1
  6079. *personalToolbarItem.marginRight:                1
  6080. *personalToolbarItem.marginTop:                    1
  6081. *personalToolbarItem.marginBottom:                1
  6082.  
  6083. *personalToolbar.shadowThickness:                0
  6084. *personalToolbar.marginLeft:                    0
  6085. *personalToolbar.marginRight:                    0
  6086. *personalToolbar.marginTop:                        0
  6087. *personalToolbar.marginBottom:                    0
  6088.  
  6089. *personalToolbar.spacing:                        1
  6090. *personalToolbar.raiseBorderThickness:            2
  6091.  
  6092. *personalToolbar*XfeButton.marginBottom:        1
  6093. *personalToolbar*XfeButton.marginLeft:            1
  6094. *personalToolbar*XfeButton.marginRight:            1
  6095. *personalToolbar*XfeButton.marginTop:            1
  6096. *personalToolbar*XfeButton.shadowThickness:        1
  6097.  
  6098. *personalToolbar*XfeCascade.marginBottom:        1
  6099. *personalToolbar*XfeCascade.marginLeft:            1
  6100. *personalToolbar*XfeCascade.marginRight:        1
  6101. *personalToolbar*XfeCascade.marginTop:            1
  6102. *personalToolbar*XfeCascade.shadowThickness:    1
  6103. *personalToolbar*XfeCascade.mappingDelay:        0
  6104.  
  6105. *personalToolbar*toolBarSeparator.shadowThickness:        0
  6106. *personalToolbar*toolBarSeparator.width:                20
  6107. *personalToolbar*toolBarSeparator.height:                2
  6108. *personalToolbar*toolBarSeparator.orientation:            horizontal
  6109.  
  6110.  
  6111. ! Navigator/Dashboard
  6112. *docinfoLabel.documentationString:    \
  6113. Security indicator, document is secure when doorkey is unbroken
  6114. *docinfoLabel.tipString:            Security Indicator
  6115. *biffButton.documentationString:    Launch mail window, and check for new mail
  6116. *biffButton.tipString:              Check Mail
  6117.  
  6118. ! Editor/Toolbar
  6119. *editorNewBlank.tipString:          New Document
  6120. *editorOpenFile.tipString:          Open File
  6121. *save.tipString:                    Save
  6122. *browsePage.tipString:              View in Browser
  6123. *editorBrowse.tipString:            View in Browser
  6124. *cut.tipString:                     Cut
  6125. *copy.tipString:                    Copy
  6126. *paste.tipString:                   Paste
  6127. *publish.tipString:                 Publish Document
  6128. *findInObject.tipString:            Find in Page <Ctrl+F>
  6129. *Editor*openPage.tipString:         Open File
  6130.  
  6131. *findInObject.tipString:            Find in Page <Ctrl+F>
  6132.  
  6133. *editorFormattingToolbar*buttonLayout:    button_pixmap_only
  6134. *editorFormattingToolbar*buttonLayout:    button_pixmap_only
  6135. *editorFormattingToolbar*mappingDelay:    0
  6136.  
  6137. *charSizeShrink.documentationString: Decrease font size 1 unit
  6138. *charSizeShrink.tipString:          Decrease Font Size
  6139. *charSizeGrow.documentationString:  Increase font size 1 unit
  6140. *charSizeGrow.tipString:            Increase Font Size
  6141. *fontSize.documentationString:      Set font size
  6142. *fontSize.tipString:                Set Font Size
  6143. !*bold.documentationString:         Set the style to Bold <Ctrl+B>
  6144. *bold.tipString:                    Bold
  6145. !*italic.documentationString:       Set the style to Italic <Ctrl+I>
  6146. *italic.tipString:                  Italic
  6147. !*fixed.documentationString:        Set the style to Fixed Width <Ctrl+T>
  6148. *fixed.tipString:                   Fixed Width
  6149. !*textColor.documentationString:    Change or edit current font color
  6150. *textColor.tipString:               Font Color
  6151. *makeLink.documentationString:        \
  6152. Make link to highlighted text, change existing link(s), or insert new link
  6153. *makeLink.tipString:                Make Link
  6154. *insertLink.tipString:                Insert or Make Link
  6155. *clearAllStyles.tipString:          Clear All Styles <Ctrl+K>
  6156. *insertTarget.documentationString:  Insert a Target (Named Anchor)
  6157. *insertTarget.tipString:            Insert Target (Named Anchor)
  6158. *insertImage.documentationString:   Insert Image at current cursor location
  6159. *insertImage.tipString:             Insert Image
  6160. *insertHorizontalLine.documentationString:    \
  6161. Insert Horizontal Line at current cursor location
  6162. *insertHorizontalLine.tipString:    Insert Horizontal Line
  6163. *insertTable.documentationString:   Insert table at the insertion location
  6164. *insertTable.tipString:             Insert Table
  6165. *objectProperties.documentationString:    \
  6166. Change Properties of object at caret position
  6167. *objectProperties.tipString:        Object Properties
  6168.  
  6169. *paragraphProperties.documentationString: Change paragraph or heading style
  6170. *paragraphProperties.tipString:     Change Paragraph style
  6171. *insertBulleted.documentationString:    \
  6172. Start, change to, or clear an unnumbered (bulleted) list
  6173. *insertBulleted.tipString:          Bullet List
  6174. *insertNumbered.documentationString:    \
  6175. Start, change to, or clear a numbered list
  6176. *insertNumbered.tipString:          Numbered List
  6177. *indent.documentationString:    \
  6178. Increase indent of paragraph one level <Ctrl+=>
  6179. *indent.tipString:                  Increase Indent
  6180. *outdent.documentationString:    \
  6181. Decrease indent of paragraph one level <Ctrl+->
  6182. *outdent.tipString:                 Decrease Indent
  6183. *alignLeft.documentationString:     Align to left margin
  6184. *setAligmentStyleLeft.documentationString: Align to left margin
  6185. *alignLeft.tipString:               Align Left
  6186. *alignCenter.documentationString:   Center between margins
  6187. *setAligmentStyleCenter.documentationString: Center between margins
  6188. *alignCenter.tipString:             Align Center
  6189. *alignRight.documentationString:    Align to right margin
  6190. *setAligmentStyleRight.documentationString: Align to right margin
  6191. *alignRight.tipString:              Align Right
  6192.  
  6193. ! Formatting toolbar
  6194. *setParagraphStyle*documentationString: \
  6195. Change paragraph or heading style
  6196. *setParagraphStyle*tipString:       Paragraph Style
  6197. *setFontFace*documentationString:   Change font face
  6198. *setFontFace*tipString:             Font
  6199. *setFontSize*documentationString:   Change font size
  6200. *setFontSize*tipString:             Font Size
  6201. *setFontColor*documentationString:  Change font color
  6202. *setFontColor*tipString:            Font Color
  6203. *setFontColor*documentationString:  Change font color
  6204. *setFontColor*tipString:            Font Color
  6205. *toggleCharacterStyleBold.tipString: Bold <Ctrl+B>
  6206. *toggleCharacterStyleItalic.tipString: Italic <Ctrl+I>
  6207. *toggleCharacterStyleUnderline.tipString: Underline <Ctrl+U>
  6208. *insertNumberedList.tipString:      Numbered List
  6209. *insertNumberedList.documentationString: \
  6210. Start, change, or clear a numbered list
  6211. *insertBulletedList.tipString:      Bullet List
  6212. *insertBulletedList.documentationString: Start, change, or clear a bullet list
  6213. *setAlignmentStyle.tipString:       Alignment
  6214. *setAlignmentStyle.documentationString: Choose horizontal alignment
  6215. *insertLineBreak.documentationString: \
  6216. Insert break to continue text on new line
  6217. *insertBreakBelowImage.documentationString: \
  6218. Insert break to continue text below images to the left and the right
  6219. *setCharacterColor.documentationString: Change the current text color
  6220. *editorGoodiesMenu.tipString:           Insert Object
  6221. *editorGoodiesMenu.documentationString: Insert object
  6222.  
  6223. ! Editor/Popups (additional items)
  6224. *browseLink.documentationString:    Browse this link
  6225. *editLink.documentationString:      Open this link in a new editor window
  6226. *bookmarkLink.documentationString:  Add this link to the bookmark list  
  6227. *copyLink.documentationString:      Copy this link to the clipboard
  6228. *removeLink.documentationString:    \
  6229. Remove link at caret or all links within selected region
  6230.  
  6231. ! Mail/Toolbar
  6232. *getNewMail.tipString:              Get new mail
  6233. *deleteMessage.tipString:           Delete the selected message
  6234. *mailNew.tipString:                 Compose new message
  6235. *replyToSender.tipString:           Reply to the message
  6236. *replyToAll.tipString:              Reply to all recipients
  6237. *forwardMessage.tipString:          Forward the selected message
  6238. *previousUnreadMessage.tipString:   Previous unread message
  6239. *nextUnreadMessage.tipString:       Next unread message
  6240.  
  6241. ! Composition/Edit menu (additional items)
  6242. *pasteQuote.documentationString:    Insert clipboard contents in quoted form
  6243. *clear.documentationString:         Erase the selection
  6244. *clearAllText.documentationString:  Erase everything
  6245. *selectAllText.documentationString: Select the entire document
  6246. *rot13.documentationString:         Rotate message text by 13 characters
  6247.  
  6248. ! Composition/View menu (additional items)
  6249. *showFrom.documentationString:      Show the mail-from field
  6250. *showReplyTo.documentationString:   Show reply-to field
  6251. *showTo.documentationString:        Show mail-to field
  6252. *showCC.documentationString:        Show the Carbon-Copy field
  6253. *showBCC.documentationString:       Show the Blind-Carbon-Copy field
  6254. *showFCC.documentationString:       Show the copy file location field
  6255. *showPostTo.documentationString:    Show the Post-to-newsgroup field
  6256. *showFollowupTo.documentationString: Show the Send-followups-to field
  6257. *showSubject.documentationString:   Show the subject field
  6258. *showAttachments.documentationString: Show the attachments field
  6259. *wrapLines.documentationString:        Wrap lines longer than 72 characters
  6260.  
  6261. ! Composition/Options menu (additional items)
  6262. *deliverNow.documentationString:    Send messages immediately
  6263. *deliverLater.documentationString:  Defer sending messages until later
  6264.  
  6265. ! Compose/Toolbar
  6266. *sendOrSendLater.documentationString: Send the current message
  6267. *sendOrSendLater.tipString:         Send Message
  6268. *quoteMessage.documentationString:    \
  6269. Paste the text of the original document in quoted form
  6270. *quoteMessage.tipString:            Quote Original
  6271.  
  6272. *options.labelString:    Options
  6273. *options.tipString:    Display message options
  6274.  
  6275. *attach.tipString:  Include an attachment 
  6276. *attachFile.documentationString:    \
  6277. Attach a file to this message
  6278. *attachFile.tipString:  Attach File
  6279. *attachWebPage.documentationString:    \
  6280. Attach a web page to this message
  6281. *attachWebPage.tipString:  Attach Web Page
  6282. *deleteAttachment.documentationString:    \
  6283. Delete selected attachment
  6284. *deleteAttachment.tipString:  Delete Attachment
  6285.  
  6286. *attachAddressBookCard.documentationString:    \
  6287. Attach your personal card as a vCard
  6288. *attachAddressBookCard.tipString:  Attach My Card
  6289. *attachForm.documentationString:    \
  6290. Drag a document here to attach it to this message.
  6291. *attachForm.tipString: Drag document here to attach
  6292.  
  6293. !*editAddressBook.documentationString: Open the address book
  6294. *editAddressBook.tipString:         Addresses
  6295.  
  6296. *formattingToolbar*buttonLayout:    button_pixmap_only
  6297. *formattingToolbar*buttonLayout:    button_pixmap_only
  6298. *formattingToolbar*mappingDelay:    0
  6299.  
  6300.  
  6301. ! News/Toolbar
  6302. *postNew.tipString:                    Post new message
  6303. *postReply.tipString:                Post reply
  6304. *postAndMailReply.tipString:        Post and mail reply
  6305. *markThreadRead.tipString:          Mark thread read
  6306. *markAllRead.tipString:             Mark all read
  6307.  
  6308. ! Preferences dialog
  6309. !
  6310. *prefs*fontList:                            -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*
  6311. *prefs_popup.title:                            Netscape: Preferences
  6312. *pref.category:                             Category
  6313.  
  6314. *prefs.form.leftPane.topOffset:                8
  6315. *prefs.form.leftPane.leftOffset:            8
  6316. *prefs.form.leftPane.bottomOffset:            8
  6317.  
  6318. *prefs.form.rightPane.leftOffset:            8
  6319. *prefs.form.rightPane.rightOffset:            8
  6320. *prefs.form.rightPane.bottomOffset:            8
  6321.  
  6322. *prefs*pageTitle.alignment:                    ALIGNMENT_BEGINNING
  6323. *prefs*pageTitle.fontList:\
  6324. -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*=NORMAL,\
  6325. -*-helvetica-bold-r-*-*-*-140-*-*-*-*-iso8859-*=BOLD,\
  6326. -*-helvetica-medium-o-normal-*-*-120-*-*-*-*-iso8859-*=ITALIC
  6327.  
  6328. *prefs*categoryList*fontList:                -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*
  6329.  
  6330. *prefs*pageForm.topOffset:                    4
  6331. *prefs*XmFrame.marginWidth:                    8
  6332. *prefs*XmFrame.marginHeight:                4
  6333. *prefs*XmPushButtonGadget.marginWidth:        8
  6334.  
  6335. ! Preferences dialog - Appearance
  6336.  
  6337. *prefs*appearance*launchBoxLabel.labelString:    On startup, launch
  6338. *prefs*appearance*navigator.labelString:    Navigator
  6339. *prefs*appearance*messenger.labelString:    Messenger Mailbox
  6340. *prefs*appearance*collabra.labelString:        Newsgroups
  6341. *prefs*appearance*composer.labelString:        Page Composer
  6342. *prefs*appearance*conference.labelString:    Conference
  6343. *prefs*appearance*netcaster.labelString:    Netcaster
  6344. *prefs*appearance*calendar.labelString:        Calendar
  6345. *prefs*appearance*radio.labelString:        Radio    
  6346. *prefs*appearance*frame2*toolbarBoxLabel.labelString:    Show Toolbar As
  6347. *prefs*appearance*frame2*picAndText.labelString:    Pictures and Text
  6348. *prefs*appearance*frame2*picOnly.labelString:        Pictures Only
  6349. *prefs*appearance*frame2*textOnly.labelString:    Text Only
  6350. *prefs*appearance*frame2*showTooltips.labelString:    Show ToolTips
  6351. *prefs*appearance*frame2*showTooltips.tipString:    Toggle Toolbar Tips
  6352. *prefs*appearance*underline.labelString:        Underline Links
  6353.  
  6354. ! Preferences dialog - General/Fonts
  6355.  
  6356. *prefs*fontsFrame*fontsBoxLabel.labelString:    Fonts and Encodings
  6357. *prefs*fontsFrame*encodingLabel.labelString:    For the Encoding:
  6358. *prefs*fontsFrame*proportionalLabel.labelString:Variable Width Font:
  6359. *prefs*fontsFrame*propSizeLabel.labelString:    Size:
  6360. *prefs*fontsFrame*propSizeToggle.labelString:    Allow Scaling
  6361. *prefs*fontsFrame*fixedLabel.labelString:        Fixed Width Font:
  6362. *prefs*fontsFrame*fixedSizeLabel.labelString:    Size:
  6363. *prefs*fontsFrame*fixedSizeToggle.labelString:    Allow Scaling
  6364. *prefs*fontsFrame*0.labelString:                Any
  6365. *prefs*webFontFrame*useFontLabel.labelString:    Sometimes a document will provide its own fonts.
  6366. *prefs*webFontFrame*dynaFont.labelString:        Dynamic Fonts...
  6367. *prefs*webFontFrame*useMyFont.labelString:        \
  6368. Use my default fonts, overriding document-specified fonts 
  6369. *prefs*webFontFrame*useDocFontSelective.labelString:\
  6370. Use document-specified fonts, but disable Dynamic Fonts  
  6371. *prefs*webFontFrame*useDocFontWhenever.labelString:    \
  6372. Use document-specified fonts, including Dynamic Fonts  
  6373.  
  6374. ! Preferences dialog - General/Colors
  6375.  
  6376. *prefs*colors*colorBoxLabel.labelString:    Colors
  6377. *prefs*colors*textColorLabel.labelString:    Text:
  6378. *prefs*colors*bgColorLabel.labelString:        Background:
  6379. *prefs*colors*useDefColors.labelString:        Use Default
  6380. *prefs*colors*linksBoxLabel.labelString:    Links
  6381. *prefs*colors*linksLabel.labelString:        Unvisited Links:
  6382. *prefs*colors*vlinksLabel.labelString:        Visited Links:
  6383. *prefs*colors*underline.labelString:        Underline links
  6384. *prefs*colors*useColor.labelString:            \
  6385. Sometimes a document will provide its own colors and background
  6386. *prefs*colors*useMyColor.labelString:        Always use my colors, overriding document
  6387.  
  6388. ! Preferences dialog - Browser/Languages - Add
  6389.  
  6390. *prefsLang*fontList:                    -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*
  6391. *prefsLang_popup.title:                    Netscape: Add Languages
  6392. *prefsLang*langLabel.labelString:        Select the language you would like to add.\n\nLanguages:
  6393. *prefsLang*langList.visibleItemCount:    15
  6394. *prefsLang*otherLabel.labelString:        Others:
  6395.  
  6396. ! Preferences dialog - Smart Browsing
  6397. *prefs*relatedFrame*relatedBoxLabel.labelString:    What's Related
  6398. *prefs*relatedFrame*enableRelated.labelString:        Enable What's Related
  6399.  
  6400. *prefs*relatedFrame*autoloadLabel.labelString:        Automatically Load What's Related
  6401.  
  6402. *prefs*relatedFrame*autoloadAlways.labelString:        Always
  6403. *prefs*relatedFrame*autoloadAdaptive.labelString:    After First Use
  6404. *prefs*relatedFrame*autoloadNever.labelString:        Never
  6405.  
  6406. *prefs*relatedFrame*excludedLabel.labelString:        \
  6407. Enter a comma separated list of domain names for\n\
  6408. whose sites related items will never be loaded
  6409.  
  6410. *prefs*keywordFrame*keywordBoxLabel.labelString:    Internet Keywords
  6411. *prefs*keywordFrame*enableKeywords.labelString:        Enable Internet Keywords
  6412.  
  6413. ! Preferences dialog - Advanced
  6414.  
  6415. *prefs*advanced*showImage.labelString:            \
  6416. Automatically load images and other data types\n\
  6417. (Otherwise, click the Images button to load when needed)
  6418. *prefs*advanced*enableJava.labelString:            Enable Java
  6419. *prefs*advanced*enablePluginJVM.labelString:            Enable Java Plugin
  6420. *prefs*advanced*enableJs.labelString:            Enable JavaScript
  6421. *prefs*advanced*enableJsMailNews.labelString:           Enable JavaScript for Mail and News
  6422. *prefs*advanced*enableStyleSheet.labelString:    Enable Style Sheets
  6423. *prefs*advanced*emailAnonFtp.labelString:        Send email address as anonymous FTP password
  6424. *prefs*cookieFrame*cookieBoxLabel.labelString:    Cookies
  6425. *prefs*cookieFrame*alwaysAcceptCookie.labelString:    Accept all cookies
  6426. *prefs*cookieFrame*noForeignCookie.labelString:    \
  6427. Only accept cookies originating from the same server as\n\
  6428. the page being viewed
  6429. *prefs*cookieFrame*neverAcceptCookie.labelString:Do not accept or send cookies
  6430. *prefs*cookieFrame*warnCookie.labelString:        Warn me before accepting a cookie
  6431.  
  6432. *prefs*alertFrame*submDoc.labelString:            submitting a secure document
  6433. *prefs*alertFrame*dpyDoc.labelString:            displaying a secure document
  6434. *prefs*alertFrame*viewMixed.labelString:        viewing a document with a secure/insecure mix
  6435. *prefs*alertFrame*submForm.labelString:            submitting a form insecurely
  6436. *prefs*alertFrame*submMixedForm.labelString:    submitting a form with a secure/insecure mix
  6437.  
  6438. ! Preferences dialog - Browser/Applications
  6439.  
  6440. *prefs*applFrame*newButton.labelString:            New...
  6441. *prefs*applFrame*editButton.labelString:        Edit...
  6442. *prefs*applFrame*deleteButton.labelString:        Delete
  6443. *prefs*appl*folderLabel.labelString:            Download files to:
  6444. *prefs*appl*browseButton.labelString:            Choose...
  6445.  
  6446. ! Preferences dialog - General - Applications - Edit
  6447.  
  6448. *prefsApplEdit*fontList:                        -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*
  6449. *prefsApplEdit_popup.title:                        Netscape: Application
  6450. *prefsApplEdit*mimeTypesDescriptionLabel.labelString: Description:
  6451. *prefsApplEdit*mimeTypesLabel.labelString:         MIMEType:
  6452. *prefsApplEdit*mimeTypesSuffixLabel.labelString:Suffixes:
  6453. *prefsApplEdit*applEditFrameLabel.labelString:    Handled By
  6454. *prefsApplEdit*applEditNavigator.labelString:     Navigator 
  6455. *prefsApplEdit*applEditPlugin.labelString:         Plug In:
  6456. *prefsApplEdit*applEditApp.labelString:         Application:
  6457. *prefsApplEdit*applEditSave.labelString:         Save To Disk
  6458. *prefsApplEdit*applEditUnknown.labelString:     Unknown:PromptUser
  6459. *prefsApplEdit*applEditAppBrowse.labelString:     Choose...
  6460. *prefsApplEdit*defaultOutgoingToggle.labelString: Use this MIME as the outgoing default for these extensions.
  6461.  
  6462. ! Preferences dialog - General/Cache
  6463.  
  6464. *prefs*cache*cacheLabel.labelString:        \
  6465. The cache is used to keep local copies of frequently accessed docu-\n\
  6466. ments and thus reduce time connected to the network. The Reload\n\
  6467. button will always compare the cache document to the network\n\
  6468. document and show the most recent one. To load pages and images\n\
  6469. from the network instead of the cache, press the Shift key and click\n\
  6470. the reload button.
  6471. *prefs*cache*cacheDirLabel.labelString:        Cache Folder:
  6472. *prefs*cache*memoryLabel.labelString:        Memory cache:
  6473. *prefs*cache*memoryK.labelString:            kBytes
  6474. *prefs*cache*diskLabel.labelString:            Disk cache:
  6475. *prefs*cache*diskK.labelString:                kBytes
  6476. *prefs*cache*verifyLabel.labelString:        \
  6477. Document in cache is compared to document on network
  6478. *prefs*cache*verifyRc*once.labelString:        Once per session
  6479. *prefs*cache*verifyRc*every.labelString:    Every time
  6480. *prefs*cache*verifyRc*never.labelString:    Never
  6481. *prefs*cache*browse.labelString:            Choose...
  6482. *prefs*cache*clearDisk.labelString:            Clear Disk Cache
  6483. *prefs*cache*clearMem.labelString:            Clear Memory Cache
  6484.  
  6485. ! Preferences dialog - General/Proxies
  6486.  
  6487. *prefs*proxies*proxiesLabel.labelString:        \
  6488. A network proxy is used to provide additional security between your\n\
  6489. computer and the Internet (usually along with a firewall) and/or to\n\
  6490. increase performance between networks by reducing redundant traffic\n\
  6491. via caching. Your system administrator can provide you with proper\n\
  6492. proxy settings.
  6493. *prefs*proxies*direct.labelString:            Direct connection to the internet
  6494. *prefs*proxies*manual.labelString:            Manual proxy configuration
  6495. *prefs*proxies*auto.labelString:            Automatic proxy configuration
  6496. *prefs*proxies*config.labelString:            Configuration location (URL)
  6497. *prefs*proxies*view.labelString:            View...
  6498. *prefs*proxies*reload.labelString:            Reload
  6499.  
  6500. ! Preferences dialog - General - Proxies - View
  6501.  
  6502. *prefsProxiesView*fontList:                    -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*
  6503. *prefsProxiesView_popup.title:                Netscape: View Manual Proxy Configuration
  6504. *prefsProxiesView*proxyViewLabel1.labelString:    \
  6505. You may configure a proxy and port number for each of the internet\n\
  6506. protocols that Netscape supports.
  6507. *prefsProxiesView*proxyViewLabel2.labelString:    \
  6508. You may provide a list of domains that Netscape should access directly,\n\
  6509. rather than via the proxy:
  6510. *prefsProxiesView*ftpProxyLabel.labelString:    FTP Proxy:
  6511. *prefsProxiesView*gopherProxyLabel.labelString:    Gopher Proxy:
  6512. *prefsProxiesView*httpProxyLabel.labelString:    HTTP Proxy:
  6513. *prefsProxiesView*httpsProxyLabel.labelString:    Security Proxy:
  6514. *prefsProxiesView*waisProxyLabel.labelString:    WAIS Proxy:
  6515. *prefsProxiesView*noProxyLabel.labelString:        No Proxy for:
  6516. *prefsProxiesView*socksHostLabel.labelString:    SOCKS Host:
  6517. *prefsProxiesView*ftpPortLabel.labelString:        Port:
  6518. *prefsProxiesView*gopherPortLabel.labelString:    Port:
  6519. *prefsProxiesView*httpPortLabel.labelString:    Port:
  6520. *prefsProxiesView*httpsPortLabel.labelString:    Port:
  6521. *prefsProxiesView*waisPortLabel.labelString:    Port:
  6522. *prefsProxiesView*socksPortLabel.labelString:    Port:
  6523.  
  6524. ! Roaming Access Conflict Dialog
  6525. *liConflict*queryLabel.labelString: What would you like to do?
  6526. *liConflict*alwaysToggle.labelString: Apply this decision to remaining items.
  6527.  
  6528. ! Preferences dialog - Roaming Access: General Prefs
  6529. !*prefs*liGeneral*topTitle.labelString: General Flags
  6530. *prefs*liGeneral*hint.labelString: \
  6531. Use Roaming Access to retrieve your user profile information from\n\
  6532. any place on the network.\n\
  6533. \n\
  6534. Your user profile information will then be retrieved from your\n\
  6535. Roaming Access server each time on startup and transferred to the\n\
  6536. server on shutdown.
  6537.  
  6538. *prefs*liGeneral*enableToggle.labelString: Enable Roaming Access for this profile
  6539. !*prefs*liGeneral*syncToggle.labelString: Background synchronize every
  6540. !*prefs*liGeneral*unitLabel.labelString: minutes.
  6541. *prefs*liLoginAdvancedButton.labelString: Options
  6542.  
  6543. !*prefs*liGeneral*bottomTitle.labelString: User Information
  6544. *prefs*liGeneral*bottomFrame.topOffset: 20
  6545. *prefs*liGeneral*userInfoLabel.labelString: \
  6546. Please enter your login information to be used when retrieving your\n\
  6547. user profile from your Roaming Access server.
  6548. *prefs*liGeneral*userLabel.labelString: User Name:
  6549. *prefs*liGeneral*passwordLabel.labelString: Password:
  6550. *prefs*liGeneral*passwordText.maxLength: 256
  6551. *prefs*liGeneral*savePasswordToggle.labelString: Remember my Roaming Access password
  6552.  
  6553. ! Preferences dialog - Roaming Access: Server Prefs
  6554. *prefs*liServer*frameLabel.labelString: Server Information
  6555.  
  6556. *prefs*liServer*serverLabel.labelString: \
  6557. The information below is needed to connect to your Roaming Access\n\
  6558. server.  If you do not know the information requested, please contact\n\
  6559. your system administrator.
  6560.  
  6561. *prefs*liServer*bottomFrame.topOffset: 20
  6562. *prefs*liServer*ldapToggle.labelString: LDAP Directory Server
  6563. *prefs*liServer*ldapAddrLabel.labelString: Address:
  6564. *prefs*liServer*ldapBaseLabel.labelString: User DN:
  6565. *prefs*liServer*httpToggle.labelString: HTTP Server
  6566. *prefs*liServer*httpBaseLabel.labelString: Base URL:
  6567.  
  6568. ! Preferences dialog - Roaming Access: File Prefs
  6569. *prefs*liFiles*fileLabel.labelString: \
  6570. The user profile items selected below will be retrieved from your\n\
  6571. Roaming Access server on startup and transferred to the server\n\
  6572. on shutdown.
  6573. *prefs*liFiles*frameLabel.labelString: Items
  6574. *prefs*liFiles*bookmarkToggle.labelString: Bookmarks
  6575. *prefs*liFiles*cookiesToggle.labelString: Cookies
  6576. *prefs*liFiles*filterToggle.labelString: Mail Filters
  6577. *prefs*liFiles*addrbookToggle.labelString: Address Book
  6578. *prefs*liFiles*historyToggle.labelString: History
  6579. *prefs*liFiles*prefsToggle.labelString: User Preferences
  6580. *prefs*liFiles*javasecToggle.labelString: Java Security
  6581. *prefs*liFiles*certToggle.labelString: Certificates and Private Keys
  6582.  
  6583. ! Preferences dialog - Advanced/Disk space
  6584.  
  6585. *prefs*diskSpace*allMsgsBoxLabel.labelString:     All Messages
  6586. *prefs*diskSpace*maxMsgSize.labelString:         Do not store messages locally that are larger than
  6587. *prefs*diskSpace*k.labelString:                 kB
  6588. *prefs*diskSpace*askThreshold.labelString:         Automatically compact folders when it will save over
  6589. *prefs*diskSpace*k2.labelString:                 kB
  6590.  
  6591. *prefs*diskSpace*newsMsgsBoxLabel.labelString:     Newsgroups Messages Only
  6592. *prefs*diskSpace*newsMsgsLabel.labelString:     When it's time to clean up messages:
  6593. *prefs*diskSpace*keepNewsByAge.labelString:        Keep messages which have arrived within the past
  6594. *prefs*diskSpace*keepAllNews.labelString:        Keep all messages
  6595. *prefs*diskSpace*keepNewsByCount.labelString:    Keep
  6596. *prefs*diskSpace*keepUnreadNews.labelString:    Keep only unread messages
  6597. *prefs*diskSpace*daysLabel.labelString:         days
  6598. *prefs*diskSpace*msgsLabel.labelString:         newest messages
  6599. *prefs*diskSpace*more.labelString:                 More Options...
  6600. *prefs*diskSpace*rmMsgBodyToggle.labelString:    Remove message bodies only older than
  6601.  
  6602. ! Preferences dialog - Advanced/Help Files
  6603.  
  6604. *prefs*helpFiles*helpLabel.labelString:     Help files come from:
  6605. *prefs*helpFiles*netscapeToggle.labelString:Netscape's Help site
  6606. *prefs*helpFiles*installToggle.labelString:    Installed Help files
  6607. *prefs*helpFiles*customToggle.labelString:    Custom Page:
  6608. *prefs*helpFiles*browse.labelString:         Choose...
  6609.  
  6610. ! Preferences dialog - Advanced/SmartUpdate
  6611. *prefs*smartUpdate*enableToggle.labelString:     Enable SmartUpdate
  6612. *prefs*smartUpdate*confirmToggle.labelString:     Require manual confirmation of each install
  6613.  
  6614. *prefs*smartUpdate*uninstallLabel.labelString: To uninstall, select from the following list and click the Uninstall button
  6615. *prefs*smartUpdate*uninstallButton.labelString: Uninstall
  6616.  
  6617. ! Preferences dialog - Browser
  6618.  
  6619. *prefs*browser*indicatorType:                ONE_OF_MANY
  6620. *prefs*browser*XmLabelGadget.alignment:        ALIGNMENT_BEGINNING
  6621. *prefs*browser*browserBoxLabel.labelString:    Browser starts with
  6622. *prefs*browser*blankPage.labelString:        Blank page
  6623. *prefs*browser*homePage.labelString:        Home page
  6624. *prefs*browser*lastPage.labelString:        Last page visited
  6625. *prefs*browser*homePageBoxLabel.labelString:Home page
  6626. *prefs*browser*homePageLabel.labelString:    Clicking the Home button will take you to this page.
  6627. *prefs*browser*locLabel.labelString:        Location:
  6628. *prefs*browser*browse.labelString:            Choose...
  6629. *prefs*browser*useCurrent.labelString:        Use Current Page
  6630. *prefs*browser*historyBoxLabel.labelString:    History
  6631. *prefs*browser*expireLabel.labelString:        History expires after
  6632. *prefs*browser*daysLabel.labelString:        days
  6633. *prefs*browser*expireNow.labelString:        Clear History
  6634.  
  6635. ! Preferences dialog - Browser/Languages
  6636.  
  6637. *prefs*lang*langLabel.alignment:            ALIGNMENT_BEGINNING
  6638. *prefs*lang*langLabel.labelString:    \
  6639. Choose in order of preference the language(s) in which you prefer to\n\
  6640. view web pages. Web pages are sometimes available in serveral\n\
  6641. languages. Navigator presents the pages in the available language\n\
  6642. you most prefer.
  6643. *prefs*lang*addButton.labelString:        Add...
  6644. *prefs*lang*deleteButton.labelString:    Delete
  6645.  
  6646. ! Preferences dialog - Mail News
  6647.  
  6648. *prefs.quotedTextStyle.plain:                Plain
  6649. *prefs.quotedTextStyle.bold:                Bold
  6650. *prefs.quotedTextStyle.italic:                Italic
  6651. *prefs.quotedTextStyle.boldItalic:            Bold Italic
  6652. *prefs.quotedTextSize.normal:                Normal
  6653. *prefs.quotedTextSize.bigger:                Bigger
  6654. *prefs.quotedTextSize.smaller:                Smaller
  6655. *prefs*mailnews*quotedTextLabel.labelString:    \
  6656. Plain quoted text beginning with ">" is displayed with
  6657. *prefs*mailnews*quotedTextStyleLabel.labelString:    Style:
  6658. *prefs*mailnews*quotedTextSizeLabel.labelString:    Size:
  6659. *prefs*mailnews*quotedTextColorLabel.labelString:    Color:
  6660. *prefs*mailnews*msgArticleLabel.labelString:    \
  6661. Display plain text messages and articles with
  6662. *prefs*mailnews*fixedWidthFont.labelString:            Fixed width font
  6663. *prefs*mailnews*varWidthFont.labelString:            Variable width font
  6664. *prefs*mailnews*rememberSelected.labelString: Remember the last selected message.
  6665. *prefs*mailnews*reuseThread.labelString: Double-clicking a folder or newsgroup opens it in a new window.
  6666. *prefs*mailnews*reuseMsg.labelString: Double-clicking a message opens it in a new window.
  6667. *prefs*mailnews*confirmFolderTrash.labelString: Confirm when moving folders to the trash.
  6668.  
  6669. *prefs*mailnews*newsBehaviorLabel.labelString: The Newsgroups menu item or button:
  6670. *prefs*mailnews*newsInThreePaneToggle.labelString: Opens newsgroups in a Messenger window.
  6671. *prefs*mailnews*newsInMessageCenterToggle.labelString: Opens the Message Center.
  6672. ! Preferences dialog - Mail News/Messages
  6673. *prefs*mailnewsMessages*replyLabel.labelString: Forwarding and Replying to messages:
  6674. *prefs*mailnewsMessages*forwardLabel.labelString: By default, forward messages:
  6675. *prefs*mailnewsMessages*autoquoteToggle.labelString: Automatically quote the original message when replying
  6676. *prefs*mailnewsMessages*autoquoteMyReplyLabel.labelString: Then, 
  6677. *prefs*mailnewsMessages*autoquoteSepLabel.labelString: Separate reply and quoted text by 
  6678. *prefs*mailnewsMessages*autoquoteSepLinesLabel.labelString: lines
  6679. *prefs*mailnewsMessages*spellToggle.labelString: Spell check messages before sending
  6680. *prefs*mailnewsMessages*wrapLabel.labelString: Message Wrapping:
  6681. *prefs*mailnewsMessages*wrapToggle.labelString: Wrap incoming, plain text messages to window width
  6682. *prefs*mailnewsMessages*wrapLengthLabel.labelString: Wrap outgoing, plain text messages at:
  6683. *prefs*mailnewsMessages*wrapLengthAfterLabel.labelString: characters
  6684. *prefs*mailnewsMessages*eightbitLabel.labelString: Send messages that use 8-bit characters:
  6685. *prefs*mailnewsMessages*eightbitAsIsToggle.labelString: As is (does not work well with some mail servers)
  6686. *prefs*mailnewsMessages*eightbitQuotedToggle.labelString: \
  6687. Using the "quoted printable" MIME encoding\n\
  6688. (does not work well with some mail or newsgroup readers)
  6689.  
  6690. ! Preferences dialog - Mail News/Identity
  6691.  
  6692. *prefs*mailnewsIdentity*idLabel.labelString:        \
  6693. The information below is needed before you can send mail. If you do\n\
  6694. not know the information requested, please contact your system\n\
  6695. administrator or Internet Service Provider.
  6696. *prefs*mailnewsIdentity*nameLabel.labelString:    Your name:
  6697. *prefs*mailnewsIdentity*emailAddrLabel.labelString:    Email address:
  6698. *prefs*mailnewsIdentity*replyToAddrLabel.labelString:    \
  6699. Reply-to address (only needed if different from email address):
  6700. *prefs*mailnewsIdentity*orgLabel.labelString:    Organization:
  6701. *prefs*mailnewsIdentity*sigFileLabel.labelString:    Signature File:
  6702. *prefs*mailnewsIdentity*browse.labelString:        Choose...
  6703. *prefs*mailnewsIdentity*editCardButton.labelString: Edit Card...
  6704. *prefs*mailnewsIdentity*attachCard.labelString:    Attach my personal card to messages (as a vCard)
  6705. *prefs*mailnewsIdentity*editCard.labelString:    Edit Card...
  6706.  
  6707. ! Preferences dialog - Mail News/Mail Server
  6708.  
  6709. *prefs*mailnewsMserver*iServerFrame*incomingServerLabel.labelString: \
  6710.  Incoming Mail Servers
  6711. *prefs*mailnewsMserver*oServerFrame*outgoingServerLabel.labelString: \
  6712. Outgoing Mail Server
  6713. *prefs*mailnewsMserver*localFrame*localMailDirLabel.labelString: \
  6714. Local mail directory
  6715. *prefs*mailnewsMserver*iServerFrame*iServerBox*ButtonForm*newButton.labelString: \
  6716. Add...
  6717. *prefs*mailnewsMserver*iServerFrame*iServerBox*ButtonForm*editButton.labelString: \
  6718. Edit...
  6719. *prefs*mailnewsMserver*iServerFrame*iServerBox*ButtonForm*deleteButton.labelString: \
  6720. Delete
  6721. *prefs*mailnewsMserver*iServerFrame*iServerBox*ButtonForm*defaultButton.labelString: \
  6722. Set as Default
  6723.  
  6724. *prefs*mailnewsMserver*iServerFrame*iServerBox*incomingServerLabel.labelString:\
  6725. To set server properties (such as checking for\n\
  6726. new messages automatically), select a server\n\
  6727. and then click Edit.
  6728. *SubUpgradeDialog*paragraphLabel.labelString: \
  6729. Messenger detects that you have upgraded from a previous version. In order to read your\n\
  6730. mail, Messenger will need to know which folders you would like to subscribe to.\n\
  6731. \n\
  6732. Only folders you subscribe to will appear in your folder view. Any folders you do not\n\
  6733. subscribe to will not be available. (Note: you can always change which folders\n\
  6734. you subscribe to later on by selecting Subscribe from the File menu.)
  6735. *SubUpgradeDialog*customToggle.labelString: \
  6736. Let me choose now which folders are subscribed to
  6737.  
  6738. ! Preferences dialog - incoming mail server - new server pop up
  6739.  
  6740. *MailServerInfo.title:    Netscape: Mail server info
  6741. *MailServerInfo*form1*ServerName.labelString: \
  6742. Server Name:
  6743. *MailServerInfo*form1*ServerType.labelString: \
  6744. Server Type:
  6745. *MailServerInfo*form1*ServerUser.labelString: \
  6746. User Name:
  6747. *MailServerInfo*form1*RememberPass.labelString: \
  6748. Remember password.
  6749. *MailServerInfo*form1*CheckMail.labelString: \
  6750. Check for mail every
  6751. *MailServerInfo*form1*MinuteLabel.labelString: \
  6752. minutes.
  6753. *MailServerInfo*form1*downloadToggle.labelString: \
  6754. Automatically download any new messages.
  6755. *MailServerInfo*form1*imapOption.labelString: IMAP
  6756. *MailServerInfo*form1*popOption.labelString: POP
  6757. *MailServerInfo*form1*movemailOption.labelString: MoveMail
  6758.  
  6759. ! Imap tab
  6760.  
  6761. *prefs_popup*MailServerInfo*xmlFolder*form2*imapImap.labelString: IMAP
  6762. *prefs_popup*MailServerInfo*xmlFolder*form2*deleteLabel.labelString: \
  6763. When I delete a message:
  6764. *prefs_popup*MailServerInfo*xmlFolder*form2*trashToggle.labelString: \
  6765. Move it to the Trash folder.\n\
  6766. (It will be removed when I select 'Empty Trash')
  6767. *prefs_popup*MailServerInfo*xmlFolder*form2*markToggle.labelString: \
  6768. Mark it as deleted.\n\
  6769. (It will be removed when I select 'Compact This Folder')
  6770. *prefs_popup*MailServerInfo*xmlFolder*form2*removeToggle.labelString: \
  6771. Remove it immediately.\n\
  6772. (It can be restored by selecting Undo)
  6773. *prefs_popup*MailServerInfo*xmlFolder*form2*trashExitToggle.labelString:\
  6774. Empty Trash on Exit.
  6775. *prefs_popup*MailServerInfo*xmlFolder*form2*expungeExitToggle.labelString:\
  6776. Clean up ("Expunge") Inbox on Exit.
  6777. *prefs_popup*MailServerInfo*xmlFolder*form2*cleanupAllExitToggle.labelString:\
  6778. Clean up all folders on Exit.
  6779. *prefs_popup*MailServerInfo*xmlFolder*form2*UseSSL.labelString: \
  6780. Use secure connection. (SSL)
  6781.  
  6782. ! Advanced tab 
  6783.  
  6784. *MailServerInfo*form3*PathPrefsLabel.labelString: \
  6785. These preferences specify the different namespaces on your\n\
  6786. IMAP server.
  6787. *MailServerInfo*form3*PersonalDir.labelString: \
  6788. Personal Namespace
  6789. *MailServerInfo*form3*PublicDir.labelString: \
  6790. Public (shared)
  6791. *MailServerInfo*form3*OtherUsers.labelString: \
  6792. Other Users
  6793. *MailServerInfo*form3*AllowServer.labelString: \
  6794. Allow server to override these namespaces
  6795. *MailServerInfo*form3*imapDirLabel.labelString: \
  6796. IMAP server directory:
  6797. *MailServerInfo*form3*subfolderMessageToggle.labelString: \
  6798. Server supports folders that contain subfolders and messages.
  6799. *MailServerInfo*form3*useSubscriptions.labelString: \
  6800. Show only subscribed folders.
  6801.  
  6802. ! pop server - general tab
  6803.  
  6804. *MailServerInfo*form4*LeaveMessages.labelString: \
  6805. Leave messages on server
  6806. *MailServerInfo*form4*CleanupAllFolders.labelString: \
  6807. Cleanup all folders on Exit
  6808. *MailServerInfo*form4*deleteOnPopServer.labelString: \
  6809. When deleting a message locally, remove it from the server.
  6810.  
  6811. ! Movemail tab
  6812.  
  6813. *MailServerInfo*form5*builtinToggle.labelString: Use built-in movemail
  6814. *MailServerInfo*form5*externalToggle.labelString: Use an external application:
  6815. *MailServerInfo*form5*appChoose.labelString: Choose..
  6816. ! Preferences dialog - outgoing mail server
  6817. *prefs*mailnewsMserver*oServerFrame*oServerBox*outgoingServerLabel.labelString: \
  6818. Outgoing mail (SMTP) server:
  6819. *prefs*mailnewsMserver*oServerFrame*oServerBox*serverUsernameLabel.labelString:\
  6820. Outgoing mail server user name:
  6821. *prefs*mailnewsMserver*oServerFrame*oServerBox*chooseSSLLabel.labelString: \
  6822. Use Secure Socket Layer (SSL) or TLS for outgoing messages:
  6823. *prefs*mailnewsMserver*oServerFrame*oServerBox*sslNever.labelString: \
  6824. Never
  6825. *prefs*mailnewsMserver*oServerFrame*oServerBox*sslIfPossible.labelString: \
  6826. If Possible
  6827. *prefs*mailnewsMserver*oServerFrame*oServerBox*sslAlways.labelString: \
  6828. Always
  6829.  
  6830. ! Preferences dialog - mail server - local mail directory
  6831.  
  6832. *prefs*mailnewsMserver*localFrame*localBox*localMailDir.labelString: \
  6833. Directory: 
  6834. *prefs*mailnewsMserver*localFrame*localBox*chooseButton.labelString: \
  6835. Choose...
  6836.  
  6837. ! Preferences dialog - Mail News/News Server
  6838.  
  6839. *prefs*mailnewsNServer*serverLabel.labelString:
  6840. *prefs*mailnewsNServer*serverAddButton.labelString: Add...
  6841. *prefs*mailnewsNServer*serverEditButton.labelString: Edit...
  6842. *prefs*mailnewsNServer*serverDeleteButton.labelString: Delete
  6843. *prefs*mailnewsNServer*serverDefaultButton.labelString: Set as Default
  6844. *prefs*mailnewsNServer*localLabel.labelString: Newsgroup directory:
  6845. *prefs*mailnewsNServer*dirLabel.labelString: Newsgroup (news) folder:
  6846. *prefs*mailnewsNServer*chooseButton.labelString: Choose...
  6847. *prefs*mailnewsNServer*sizeLimitToggle.labelString: Ask me before downloading more than 
  6848. *prefs*mailnewsNServer*sizeLimit2.labelString: messages.
  6849.  
  6850. ! Preferences dialog - Mail News/News Server popup
  6851.  
  6852. *NewsServerInfo*serverLabel.labelString: Server:
  6853. *NewsServerInfo*portLabel.labelString: Port:
  6854. *NewsServerInfo*sslToggle.labelString: \
  6855. Support encrypted connections (SSL)
  6856. *NewsServerInfo*passwordToggle.labelString: \
  6857. Always use name and password
  6858.  
  6859. ! Preferences dialog - Mail News/Address Book
  6860.  
  6861. *prefs*mailnewsAddrBook*addrBookLabel.labelString:    \
  6862. When searching directories, search for items using\n\
  6863. these directories in the following order:
  6864. *prefs*mailnewsAddrBook*newButton.labelString:        New...
  6865. *prefs*mailnewsAddrBook*editButton.labelString:        Edit...
  6866. *prefs*mailnewsAddrBook*deleteButton.labelString:    Delete
  6867. *prefs*mailnewsAddrBook*fullNameLabel.labelString:    Show full names as
  6868. *prefs*mailnewsAddrBook*firstLastToggle.labelString:(First Name)(Last Name)
  6869. *prefs*mailnewsAddrBook*lastFirstToggle.labelString:(Last Name),(First Name)
  6870. *prefs*mailnewsAddrBook*firstLastLabel.labelString:    (John Smith)
  6871. *prefs*mailnewsAddrBook*lastFirstLabel.labelString:    (Smith, John)
  6872.  
  6873. *prefs*mailnewsAddress*messageLabel.labelString: Pinpoint Addressing:
  6874. *prefs*mailnewsAddress*completeLabel.labelString: Look for addresses in the following:
  6875. *prefs*mailnewsAddress*completeABToggle.labelString: Address books.
  6876. *prefs*mailnewsAddress*completeDirToggle.labelString: Directory server:
  6877. *prefs*mailnewsAddress*conflictLabel.labelString: When there are multiple addresses found:
  6878. *prefs*mailnewsAddress*conflictShowToggle.labelString: Show me a list of choices
  6879. *prefs*mailnewsAddress*conflictAcceptToggle.labelString: Accept what I have typed
  6880. *prefs*mailnewsAddress*onlyMatchLabel.labelString: If there is only one match in your personal address books:
  6881. *prefs*mailnewsAddress*onlyMatchToggle.labelString: Use the address and do not search in the directory
  6882. *prefs*mailnewsAddress*sortLabel.labelString: When displaying full names:
  6883. *prefs*mailnewsAddress*sortFirstToggle.labelString: Show names using display name. (from address book card)
  6884. *prefs*mailnewsAddress*sortLastToggle.labelString: Show names using last name, first name.
  6885. ! Preferences dialog - Mail News/Directory - New/Edit
  6886.  
  6887. *prefsLdapProp*fontList:                    -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*
  6888. *prefsLdapProp_popup.title:                    Netscape: LDAP Server Preferences
  6889. *prefsLdapProp*descLabel.labelString:        Description:    
  6890. *prefsLdapProp*serverLabel.labelString:        LDAP Server:
  6891. *prefsLdapProp*rootLabel.labelString:        Search Root:
  6892. *prefsLdapProp*portNumberLabel.labelString:    Port Number:
  6893. *prefsLdapProp*numHitLabel.labelString:        Maximum Number of Hits:
  6894. *prefsLdapProp*secure.labelString:            Secure
  6895. *prefsLdapProp*savePasswd.labelString:        Save Password
  6896.  
  6897. ! Preferences dialog - Mail News/Message Copies
  6898.  
  6899. *prefs*mailnewsCopies*newsCopies.labelString: When sending a newsgroup message, automatically
  6900. *prefs*mailnewsCopies*newsOtherToggle.labelString: BCC other addresses:
  6901. *prefs*mailnewsCopies*newsChooseButton.labelString: Choose Folder ...
  6902. *prefs*mailnewsCopies*newsFccToggle.labelString: Folder %s on %s
  6903. *prefs*mailnewsCopies*mailCopies.labelString: When sending a mail message, automatically
  6904. *prefs*mailnewsCopies*mailOtherToggle.labelString: BCC other addresses:
  6905. *prefs*mailnewsCopies*mailChooseButton.labelString: Choose Folder ...
  6906. *prefs*mailnewsCopies*mailFccToggle.labelString: Folder %s on %s
  6907. *prefs*mailnewsCopies*dtCopies.labelString: Storage for Drafts and Templates
  6908. *prefs*mailnewsCopies*dSaveToggle.labelString: Keep drafts in '%s' on %s
  6909. *prefs*mailnewsCopies*tSaveToggle.labelString: Keep templates in '%s' on %s
  6910. *prefs*mailnewsCopies*dFccButton.labelString: Choose Folder ...
  6911. *prefs*mailnewsCopies*tFccButton.labelString: Choose Folder ...
  6912.  
  6913. *prefsMailFolderDialog*specificFolder.labelString: Other:
  6914.  
  6915. ! Preferences dialog - HTML Formatting
  6916. *prefs*mailnewsHTML*useHTML.labelString: Message formatting
  6917. *prefs*mailnewsHTML*useHTMLToggle.labelString: Use the HTML editor to compose messages.
  6918. *prefs*mailnewsHTML*usePlainToggle.labelString: Use the plain text editor to compose messages.
  6919. *prefs*mailnewsHTML*noHTML.labelString: When sending HTML messages to recipients who are not\nlisted as being able to receive them:
  6920. *prefs*mailnewsHTML*noHTMLoverride.labelString: You can override these settings in any message through the\noptions panel of the message composition window.
  6921. *prefs*mailnewsHTML*noHTMLAsk.labelString: Ask me what to do if the message has HTML formatting,\notherwise send plain text.
  6922. *prefs*mailnewsHTML*noHTMLText.labelString: Convert the message into plain text.\n(may lose some formatting)
  6923. *prefs*mailnewsHTML*noHTMLHTML.labelString: Send the message in HTML anyway\n(some recipients may not be able to read it)
  6924. *prefs*mailnewsHTML*noHTMLBoth.labelString: Send the message in plain text and HTML\n(uses more disk space)
  6925.  
  6926. *prefs*editor*authorLabel.labelString:        Author name:
  6927. *prefs*editor*externalFrameTitle.labelString:    External editors
  6928. *prefs*editor*htmlLabel.labelString:        HTML source:
  6929. *prefs*editor*imageLabel.labelString:        Images:
  6930. *prefs*editor*locationLabel.labelString:    Template for new page:
  6931. *prefs*editor*restoreDefault.labelString:    Use Default
  6932. *prefs*editor*browseTemplate.labelString:    Choose...
  6933. *prefs*editor*autosaveEnable.labelString:    Automatically save page every
  6934. *prefs*editor*minutes.labelString:            minutes
  6935. *prefs*editor*browse.labelString:            Choose...
  6936.  
  6937. ! Preferences dialog - Read Receipts
  6938. *prefs*mailnewsReceipts*requestReceiptsLabel.labelString: If I request a receipt when sending a message, I want
  6939. *prefs*mailnewsReceipts*dsn.labelString: A delivery receipt from the receiving server (DSN)
  6940. *prefs*mailnewsReceipts*mdn.labelString: A read receipt notify me when recipients display this message (MDN)
  6941. *prefs*mailnewsReceipts*both.labelString: Both types of receipt
  6942. *prefs*mailnewsReceipts*receiptsArriveLabel.labelString: When a receipt arrives
  6943. *prefs*mailnewsReceipts*inbox.labelString: Leave it in my inbox
  6944. *prefs*mailnewsReceipts*sentmail.labelString: Move it to my Sent Mail folder
  6945. *prefs*mailnewsReceipts*receiveReceiptsLabel.labelString: When I receive a message and sender requested a receipt (MDN)
  6946. *prefs*mailnewsReceipts*never.labelString: Never return a receipt
  6947. *prefs*mailnewsReceipts*some.labelString: Return receipts for some messages
  6948. *prefs*mailnewsReceipts*customizeButton.labelString: Customize...
  6949.  
  6950. ! make sure these are multi-line, otherwise the widgets line up funny
  6951. *prefsDialogReceipts.title: Customize Return Receipts
  6952. *prefsDialogReceipts*instructLabel.labelString:\
  6953. When I receive a message and its sender requested a receipt\n\
  6954. (MDN), send one in the following cases:
  6955. *prefsDialogReceipts*mailingLabel.labelString:\
  6956. If I'm not in the To or CC list of the message\n\
  6957. (as for a message to a mailing list):
  6958. *prefsDialogReceipts*outsideLabel.labelString:\
  6959. If the message comes from outside the\n\
  6960. domain (domain here):
  6961. *prefsDialogReceipts*otherLabel.labelString:\
  6962. In all other cases:
  6963.  
  6964. ! Preferences dialog - Editor/Publish
  6965.  
  6966. *prefs*editor*linksAndImagesTitle.labelString:    Links and images
  6967. *prefs*editor*linksAndImagesLabel.labelString:    \
  6968. When saving remote documents and when inserting links and images:
  6969. *prefs*editor*linksToggle.labelString:        Maintain links
  6970. *prefs*editor*linksInfo.labelString:            \
  6971. Adjust links to work from the document's location. Links to local\n\
  6972. files will work when local versions exist.
  6973. *prefs*editor*imagesToggle.labelString:        Keep images with document
  6974. *prefs*editor*imagesInfo.labelString:        \
  6975. Save copies of images to the document's location. Images will\n\
  6976. always appear in local versions of the document and when it is\n\
  6977. published.
  6978. *prefs*editor*linksAndImagesTip.labelString:        \
  6979. Tip: Set both options if you will be using remote publishing.
  6980. *prefs*editor*publishTitle.labelString:        Default publishing location
  6981. *prefs*editor*publishLabel.labelString:        Publish to (FTP or HTTP):    
  6982. *prefs*editor*browseLabel.labelString:        Browse to (HTTP):
  6983.  
  6984. ! Preferences dialog - Offline
  6985.  
  6986. *prefs*offline*startupBoxLabel.labelString:    Startup Communicator in
  6987. *prefs*offline*online.labelString:            Online Work Mode
  6988. *prefs*offline*offline.labelString:            Offline Work Mode
  6989. *prefs*offline*ask.labelString:                Ask Me
  6990. *prefs*offline*onlineDesc.labelString:\
  6991. Choose this if you are on a network and connected to the\n\
  6992. Internet all the time.
  6993. *prefs*offline*offlineDesc.labelString:\
  6994. Choose this if you use a modem and/or want to control\n\
  6995. when you make network connections.
  6996. *prefs*offline*askDesc.labelString:\
  6997. Choose this if you are not sure when you will have access\n\
  6998. to a network when you use Communicator. You will be\n\
  6999. prompted with a choice dialog on start up.
  7000.  
  7001. ! Preferences dialog - Offline/News
  7002.  
  7003. *prefs*offlineNews*downloadBoxLabel.labelString:     Message Download
  7004. *prefs*offlineNews*downloadMsgs.labelString:         Download
  7005. *prefs*offlineNews*downloadByDate.labelString:        Download by date
  7006. *prefs*offlineNews*downloadDateFrom.labelString:    from
  7007. *prefs*offlineNews*downloadDateSince.labelString:    since
  7008. *prefs*offlineNews*msgsLabel.labelString:            messages
  7009. *prefs*offlineNews*daysAgoLabel.labelString:        days ago
  7010. *prefs*offlineNews*discussionLabel.labelString:    \
  7011. In order to read newsgroups offline, you must first select them for\n\
  7012. download. Click the Select newsgroups... button to choose newsgroups\n\
  7013. for download.
  7014. *prefs*offlineNews*selectDiscussion.labelString:    Select Newsgroups...
  7015. *prefs*offlineNews*discussionLabel2.labelString:    (12 newsgroups selected)
  7016.  
  7017. ! Preferences dialog - page labels
  7018.  
  7019. *pref.appearance:                    Appearance
  7020. *pref.fonts:                        Fonts
  7021. *pref.colors:                        Colors
  7022. *pref.browser:                        Navigator
  7023. *pref.lang:                            Languages
  7024. *pref.smart:                        Smart Browsing
  7025. *pref.applications:                    Applications
  7026. *pref.mailNews:                        Mail & Newsgroups
  7027. *pref.identity:                        Identity
  7028. *pref.messages:                     Messages
  7029. *pref.mailServer:                    Mail Servers
  7030. *pref.newsServer:                    Newsgroups Servers
  7031. *pref.addressing:                   Addressing
  7032. *pref.copies:                       Copies and Folders
  7033. *pref.htmlmail:                     Formatting
  7034. *pref.readreceipts:                 Return Receipts
  7035. *pref.diskSpace:                    Disk Space
  7036. *pref.editor:                        Composer
  7037. *pref.editorAppearance:                New Page Colors
  7038. *pref.editorPublish:                Publish
  7039. *pref.offline:                        Offline
  7040. *pref.offlineNews:                    Groups
  7041. *pref.helpFiles:                    Help Files
  7042. *pref.advanced:                        Advanced
  7043. *pref.cache:                        Cache
  7044. *pref.proxies:                        Proxies
  7045. *pref.liGeneral:                    Roaming User
  7046. *pref.liServer:                        Server Information
  7047. *pref.liFiles:                        Item Selection
  7048.  
  7049. *prefDesc.appearance:                Change the appearance of the display
  7050. *prefDesc.fonts:                    Change the fonts in your display
  7051. *prefDesc.colors:                    Change the colors in your display
  7052. *prefDesc.browser:                    Specify the home page location
  7053. *prefDesc.lang:                        View web pages in different languages
  7054. *prefDesc.smart:                    Configure browsing aids
  7055. *prefDesc.applications:                Specify helper applications for different file types
  7056. *prefDesc.mailNews:                    Settings for Mail and Newsgroups
  7057. *prefDesc.identity:                    Set your name, email address, and signature file
  7058. *prefDesc.composition:                Choose settings for outgoing messages
  7059. *prefDesc.mailServer:                Specify servers for mail
  7060. *prefDesc.newsServer:                Specify your servers for reading newsgroups
  7061. *prefDesc.addressBook:                Choose directories for searching addresses
  7062. *prefDesc.addressing:               Settings for addressing messages
  7063. *prefDesc.copies:                   Copies, drafts, and templates
  7064. *prefDesc.messages:                 Choose settings for messages
  7065. *prefDesc.htmlMail:                 Message formatting
  7066. *prefDesc.readReceipts:             Settings for requesting or returning receipts.
  7067. *prefDesc.editor:                    Set general preferences for authoring Web pages
  7068. *prefDesc.editorAppearance:            Choose default appearance of new Web pages
  7069. *prefDesc.editorPublish:            Designate the default publishing location
  7070. *prefDesc.offline:                    Choose the startup mode of the product
  7071. *prefDesc.offlineNews:                Choose settings for reading newsgroups offline
  7072. *prefDesc.diskSpace:                Manage the amount of disk space taken by messages
  7073. *prefDesc.helpFiles:                Choose Help files
  7074. *prefDesc.advanced:                    Change preferences that affect the entire product
  7075. *prefDesc.cache:                    Designate the size of the cache
  7076. *prefDesc.proxies:                    Configure proxies to access the Internet
  7077. *prefDesc.liGeneral:                Enter your server login information
  7078. *prefDesc.liServer:                    Specify the Roaming Access server information
  7079. *prefDesc.liFiles:                    Specify which items to transfer
  7080. *prefDesc.smartUpdate:                Configure software installation
  7081.  
  7082. ! Preferences dialog - TODOs
  7083.  
  7084.  
  7085. *prefs*mailnewsMserver*inboxToggle.sensitive:    false
  7086.  
  7087.  
  7088. ! Color picker
  7089.  
  7090. *colorDialog_popup.title:            Netscape: Color Picker
  7091.  
  7092. ! Mail/News banners
  7093. *bannerItem.shadowType:                shadow_out
  7094. *bannerItem.shadowThickness:        1
  7095. *bannerItem.marginLeft:                1
  7096. *bannerItem.marginRight:            1
  7097. *bannerItem.marginTop:                1
  7098. *bannerItem.marginBottom:            1
  7099.  
  7100. *banner*mommy.buttonLayout:            button_pixmap_only
  7101.  
  7102. ! Subscribe UI
  7103.  
  7104. *subscribeFolder*fontList: -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*
  7105. *subscribeFolder*subscribe.labelString: Subscribe
  7106. *subscribeFolder*unsubscribe.labelString: Unsubscribe
  7107. *subscribeFolder*setSubscribe.labelString:    Subscribe
  7108. *subscribeFolder*clearSubscribe.labelString:  Unsubscribe
  7109. *subscribeFolder*expandAll.labelString:        Expand
  7110. *subscribeFolder*collapseAll.labelString:    Collapse All
  7111. *subscribeFolder*fetchGroupList.labelString:    Refresh List
  7112. *subscribeFolder*stopLoading.labelString:    Stop
  7113. *subscribeFolder*getNewGroups.labelString:    Get New
  7114. *subscribeFolder*clearNewGroups.labelString:    Clear New
  7115. *subscribeFolder*search.labelString:        Search Now
  7116. *subscribeFolder*addNewsServer.labelString:    Add Server...
  7117. *subscribeFolder*subNewInfoLabel.labelString: This list shows all new newsgroups since you last cleared the list.
  7118. *subscribeFolder*searchLabel.labelString:    Search For:
  7119. *subscribeFolder*onserverLabel.labelString:    On Server:
  7120. *subscribeFolder*serverLabel.labelString:    Server:
  7121. *subscribeFolder*newsgroupLabel.labelString:    Newsgroup:
  7122. *subscribeFolder*subNewInfoLabel.alignment:    ALIGNMENT_BEGINNING
  7123.  
  7124. ! The Add server dialog
  7125. *serverDialog*fontList:                        -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*
  7126. *serverDialogForm*serverLabel.labelString:    Server Name:
  7127. *serverDialogForm*portLabel.labelString:    Server Port:
  7128. *serverDialogForm*secureLabel.labelString:    Secure:
  7129. *serverDialogForm*secureToggle.labelString:
  7130.  
  7131. ! Compose Window attachment panel resources
  7132. *newComposeFolder*attachItemImage.highlightThickness:      2
  7133. *newComposeFolder*attachItemImage.navigationType: NONE
  7134.  
  7135. *addressFolderBaseWidget*addressBook.labelString:     Address Book
  7136. *addressBook.documentationString: Attach an address book card to the current message
  7137.  
  7138. *subjectFormW*subjectLabel.labelString:        Subject:
  7139. *PriorityOption.labelString:            Priority:
  7140. *optionForm*returnReceipt.labelString:        Request return receipt
  7141. *optionForm*encrypted.labelString:        Encrypted
  7142. *optionForm*signed.labelString:            Signed
  7143. *optionForm*leftMargin:            40
  7144. *optionForm*rightMargin:        40    
  7145.  
  7146. *TextEncodingOption.labelString:        Use 8-bit instead of MIME-compliant encoding for the message text
  7147. *AttachmentEncodingOption.labelString:        Use uuencode instead of MIME for attachments
  7148. *MessageActionOption.labelString:        Format:
  7149.  
  7150. !!
  7151. !! *menuBar
  7152. !!
  7153. *menuBar.shadowThickness:        1
  7154. *menuBar.marginHeight:            0
  7155. *menuBar.marginWidth:            0
  7156.  
  7157. !!
  7158. !! *toolBox
  7159. !!
  7160. *Navigator*toolBox*Tab0.tipString:        Navigation Toolbar
  7161. *Navigator*toolBox*Tab1.tipString:        Location Toolbar
  7162. *Navigator*toolBox*Tab2.tipString:        Personal Toolbar
  7163.  
  7164. *Editor*toolBox*Tab0.tipString:            Composition Toolbar
  7165. *Editor*toolBox*Tab1.tipString:            Formatting Toolbar
  7166.  
  7167. *Composition*toolBox*Tab0.tipString:    Message Toolbar
  7168. *Composition*toolBox*Tab1.tipString:    Addressing Area
  7169. *Composition*subjectFormW.toolBox*Tab0.tipString: Formatting Toolbar
  7170.  
  7171. *MailFolder*toolBox*Tab0.tipString:        Message Center Toolbar
  7172. *MailFolder*toolBox*Tab1.tipString:        Location Toolbar
  7173.  
  7174. *MailThread*toolBox*Tab0.tipString:        Message Toolbar
  7175. *MailThread*toolBox*Tab1.tipString:        Location Toolbar
  7176.  
  7177. *MailMsg*toolBox*Tab0.tipString:        Message Toolbar
  7178. *MailMsg*toolBox*Tab1.tipString:        Location Toolbar
  7179.  
  7180. *toolBox*Tab0.tipString:                Navigation Toolbar
  7181. *toolBox*Tab1.tipString:                Location Toolbar
  7182.  
  7183. *Navigator*toolBox*Tab0.documentationString:        Navigation Toolbar
  7184. *Navigator*toolBox*Tab1.documentationString:        Location Toolbar
  7185. *Navigator*toolBox*Tab2.documentationString:        Personal Toolbar
  7186.  
  7187. *Editor*toolBox*Tab0.documentationString:            Composition Toolbar
  7188. *Editor*toolBox*Tab1.documentationString:            Formatting Toolbar
  7189.  
  7190. *Composition*toolBox*Tab0.documentationString:    Message Toolbar
  7191. *Composition*toolBox*Tab1.documentationString:    Addressing Area
  7192. *Composition*subjectFormW.toolBox*Tab0.documentationString: Formatting Toolbar
  7193.  
  7194. *MailFolder*toolBox*Tab0.documentationString:        Message Center Toolbar
  7195. *MailFolder*toolBox*Tab1.documentationString:        Location Toolbar
  7196.  
  7197. *MailThread*toolBox*Tab0.documentationString:        Message Toolbar
  7198. *MailThread*toolBox*Tab1.documentationString:        Location Toolbar
  7199.  
  7200. *MailMsg*toolBox*Tab0.documentationString:        Message Toolbar
  7201. *MailMsg*toolBox*Tab1.documentationString:        Location Toolbar
  7202.  
  7203. *toolBox*Tab0.documentationString:                Navigation Toolbar
  7204. *toolBox*Tab1.documentationString:                Location Toolbar
  7205.  
  7206. !! Number of pixels to move an item before swapping
  7207. *toolBox.swapThreshold:                    10
  7208.  
  7209. !! Maximum number of pixels an item can be dragged (for one mouse motion)
  7210. *toolBox.dragThreshold:                    10
  7211.  
  7212. *toolBox.marginLeft:                    0
  7213. *toolBox.marginRight:                    0
  7214. *toolBox.marginTop:                        0
  7215. *toolBox.marginBottom:                    0
  7216.  
  7217. !!
  7218. !! *toolBar
  7219. !!
  7220. *toolBarItem.shadowType:                shadow_out
  7221. *toolBarItem.shadowThickness:            1
  7222. *toolBarItem.marginLeft:                1
  7223. *toolBarItem.marginRight:                1
  7224. *toolBarItem.marginTop:                    1
  7225. *toolBarItem.marginBottom:                1
  7226.  
  7227. *toolBar*XfeButton.marginBottom:        1
  7228. *toolBar*XfeButton.marginLeft:            1
  7229. *toolBar*XfeButton.marginRight:            1
  7230. *toolBar*XfeButton.marginTop:            1
  7231. *toolBar*XfeButton.shadowThickness:        1
  7232.  
  7233. *toolBar*XfeCascade.marginBottom:        1
  7234. *toolBar*XfeCascade.marginLeft:            1
  7235. *toolBar*XfeCascade.marginRight:        1
  7236. *toolBar*XfeCascade.marginTop:            1
  7237. *toolBar*XfeCascade.shadowThickness:    1
  7238.  
  7239. *toolBar*XmSeparator.shadowThickness:    0
  7240. *toolBar*XmSeparator.width:                20
  7241. *toolBar*XmSeparator.height:            2
  7242. *toolBar*XmSeparator.orientation:        horizontal
  7243.  
  7244. *toolBar*armOffset:                        1
  7245. *toolBar*fillOnEnter:                    false
  7246. *toolBar*raiseForeground:                Blue
  7247. *toolBar*fontList:                        -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  7248.  
  7249. *toolBar.spacing:                        0
  7250. *toolBar.shadowThickness:                0
  7251. *toolBar.marginLeft:                    0
  7252. *toolBar.marginRight:                    0
  7253. *toolBar.marginTop:                        0
  7254. *toolBar.marginBottom:                    0
  7255.  
  7256.  
  7257. !!
  7258. !! Browser Toolbar destinations
  7259. !!
  7260. !*toolBar*destinations.mapingDelay:                           1
  7261. !*toolBar*destinations*whatsNew.labelString:        What's New?
  7262. !*toolBar*destinations*whatsCool.labelString:    What's Cool?
  7263. !*toolBar*destinations*inetIndex.labelString:    The Internet
  7264. !*toolBar*destinations*inetSearch.labelString:    Net Search
  7265. !*toolBar*destinations*inetWhite.labelString:    People
  7266. !*toolBar*destinations*inetYellow.labelString:    Yellow Pages
  7267. !*toolBar*destinations*upgrade.labelString:        Software
  7268. !*toolBar*destinations*welcome.labelString:        Welcome
  7269. !*toolBar*destinations*newsgroups.labelString:    Groups
  7270.  
  7271. !!
  7272. !! *dashBoard
  7273. !!
  7274. *dashBoard.shadowThickness:                            1
  7275. *dashBoard.shadowType:                                shadow_out
  7276. *dashBoard.bottomOffset:                            0
  7277. *dashBoard.leftOffset:                                0
  7278. *dashBoard.rightOffset:                                0
  7279. *dashBoard.topOffset:                                0
  7280. *dashBoard.marginBottom:                            2
  7281. *dashBoard.marginLeft:                                2
  7282. *dashBoard.marginRight:                                2
  7283. *dashBoard.marginTop:                                2
  7284.  
  7285. !!
  7286. !! *dashBoard*securityBar
  7287. !!
  7288. *dashBoard*securityBar.marginBottom:                0
  7289. *dashBoard*securityBar.marginLeft:                    0
  7290. *dashBoard*securityBar.marginRight:                    0
  7291. *dashBoard*securityBar.marginTop:                    0
  7292. *dashBoard*securityBar.buttonLayout:                button_pixmap_only
  7293.  
  7294. !!
  7295. !! *dashBoard*viewSecurity
  7296. !!
  7297. *dashBoard*viewSecurity.shadowType:                    shadow_in
  7298. *dashBoard*viewSecurity.shadowThickness:            1
  7299. *dashBoard*viewSecurity.raiseOnEnter:                false
  7300. *dashBoard*viewSecurity.buttonType:                    button_none
  7301. *dashBoard*viewSecurity.marginTop:                    1
  7302. *dashBoard*viewSecurity.marginBottom:                1
  7303.  
  7304. !!
  7305. !! *dashBoard*statusBar
  7306. !!
  7307. *dashBoard*statusBar.shadowType:                    shadow_in
  7308. *dashBoard*statusBar.shadowThickness:                1
  7309. *dashBoard*statusBar.truncateLabel:                    false
  7310. *dashBoard*statusBar.fontList:                        -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  7311. *dashBoard*statusBar.labelAlignment:                alignment_beginning
  7312.  
  7313. ! initial value for the status bar
  7314. *dashBoard*statusBar.labelString:                    Netscape
  7315.  
  7316. !!
  7317. !! *dashBoard*progressBar
  7318. !!
  7319. *dashBoard*progressBar.shadowType:                    shadow_in
  7320. *dashBoard*progressBar.shadowThickness:                1
  7321. *dashBoard*progressBar.fontList:                    -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  7322. *dashBoard*progressBar.width:                        100
  7323.  
  7324. !! The color of the progress bar
  7325. *dashBoard*progressBar.barColor:                    Gray60
  7326.  
  7327. !! The about the cylon moves on each tick
  7328. *dashBoard*progressBar.cylonOffset:                    2
  7329.  
  7330. !! The interval in msec between cylon ticks
  7331. *dashBoard*progressBar.cylonInterval:                100
  7332.  
  7333. !! The cylon width (percent of total)
  7334. *dashBoard*progressBar.cylonWidth:                    20
  7335.  
  7336. !!
  7337. !! *dockedTaskBar
  7338. !!
  7339. *dockedTaskBar.shadowType:                                shadow_out
  7340. *dockedTaskBar.shadowThickness:                            1
  7341. *dockedTaskBar.spacing:                                    0
  7342. *dockedTaskBar.buttonLayout:                            button_pixmap_only
  7343. *dockedTaskBar*fontList:                                *-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  7344.  
  7345. *dockedTaskBar*openOrBringUpBrowser.labelString:        Navigator
  7346. *dockedTaskBar*openInboxAndGetNewMessages.labelString:    Inbox
  7347. *dockedTaskBar*openNewsgroups.labelString:                Newsgroups
  7348. *dockedTaskBar*openAddrBook.labelString:                AddressBook
  7349. *dockedTaskBar*openEditor.labelString:                    Composer
  7350.  
  7351. *dockedTaskBar*openOrBringUpBrowser.tipString:            Open a browser window
  7352. *dockedTaskBar*openInboxAndGetNewMessages.tipString:    Open the mail window and get new messages
  7353. *dockedTaskBar*openNewsgroups.tipString:                Open the list of newsgroups
  7354. *dockedTaskBar*openAddrBook.tipString:                Open the address book 
  7355. *dockedTaskBar*openEditor.tipString:                    Open the web page editor
  7356.  
  7357. *openInboxAndGetNewMessages.documentationString:        Open the mail window and get new messages
  7358.  
  7359. *dockedTaskBar*XfeButton.marginBottom:                1
  7360. *dockedTaskBar*XfeButton.marginLeft:                1
  7361. *dockedTaskBar*XfeButton.marginRight:                1
  7362. *dockedTaskBar*XfeButton.marginTop:                    1
  7363. *dockedTaskBar*XfeButton.shadowThickness:            1
  7364.  
  7365. !!
  7366. !! *floatingTaskBar
  7367. !!
  7368. *floatingTaskBar.shadowType:                                shadow_out
  7369. *floatingTaskBar.shadowThickness:                            1
  7370. *floatingTaskBar.spacing:                                    0
  7371. *floatingTaskBar*fontList:                                *-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  7372.  
  7373. *floatingTaskBar*openOrBringUpBrowser.labelString:            Navigator
  7374. *floatingTaskBar*openInboxAndGetNewMessages.labelString:    Inbox    
  7375. *floatingTaskBar*openNewsgroups.labelString:                Newsgroups
  7376. *floatingTaskBar*openAddrBook.labelString:                AddressBook
  7377. *floatingTaskBar*openEditor.labelString:                    Composer
  7378.  
  7379. *floatingTaskBar*openOrBringUpBrowser.tipString:            Open a browser window
  7380. *floatingTaskBar*openInboxAndGetNewMessages.tipString:    Open the mail window and get new messages
  7381. *floatingTaskBar*openNewsgroups.tipString:                Open the list of newsgroups
  7382. *floatingTaskBar*openAddrBook.tipString:                Open the address book 
  7383. *floatingTaskBar*openEditor.tipString:                    Open the web page editor
  7384.  
  7385. *openInboxAndGetNewMessages.documentationString:        Open the mail window and get new messages
  7386.  
  7387. *floatingTaskBar*XfeButton.marginBottom:            2
  7388. *floatingTaskBar*XfeButton.marginLeft:                2
  7389. *floatingTaskBar*XfeButton.marginRight:                2
  7390. *floatingTaskBar*XfeButton.marginTop:                2
  7391. *floatingTaskBar*XfeButton.shadowThickness:            1
  7392.  
  7393.  
  7394. !!
  7395. !! *taskBarContextMenu
  7396. !!
  7397. *taskBarContextMenu*floatingTaskBarAlwaysOnTop.labelString:        Always On Top
  7398. *taskBarContextMenu*floatingTaskBarClose.labelString:            Close
  7399.  
  7400. *floatingTaskBarVerticalCmdString:                                Vertical
  7401. *floatingTaskBarHorizontalCmdString:                            Horizontal
  7402.  
  7403. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  7404.  
  7405. ! buttons for compose/post  message pulldown on the toolbar
  7406. *toolBar*composeMessagePlain.labelString:     in Plain Text    
  7407. *toolBar*composeMessageHTML.labelString:     in HTML    
  7408.  
  7409. *toolBar*composeArticlePlain.labelString:     in Plain Text    
  7410. *toolBar*composeArticleHTML.labelString:     in HTML    
  7411.  
  7412. ! buttons specific to the folder frame.
  7413. *toolBar*getNewMessages.labelString:    Get Msg
  7414. *toolBar*composeMessage.labelString:    New Msg
  7415. *composeMessage.tipString:        New message
  7416. *toolBar*newFolder.labelString:        New Folder
  7417. *toolBar*addNewsgroup.labelString:    Subscribe
  7418. *toolBar*deleteFolder.labelString:    Delete
  7419. *toolBar*deleteAny.labelString:        Delete
  7420. *toolBar*deleteAny.tipString:     Delete the selected message
  7421. *toolBar*deleteAny.documentationString: Delete the selected message
  7422.  
  7423. *unsubscribeNewsgroupCmdString: Unsubscribe
  7424. !
  7425. *getNewMessages.tipString:    Get messages
  7426. *getNewMessages.documentationString:    Get new mail and newsgroup messages
  7427. *getNewMessages.labelString:    Get New Messages
  7428. *getNewMessages.mnemonic:    M
  7429.  
  7430. *newFolder.tipString:        New mail folder
  7431. *addNewsgroup.tipString:    Add a newsgroup
  7432. *deleteFolder.tipString:    Delete mail folder
  7433.  
  7434. ! buttons specific to the thread/message frame.
  7435. *toolBar*composeArticle.labelString: New Msg
  7436. *toolBar*replyToNewsgroup.labelString: Reply
  7437. *toolBar*replyToSender.labelString:    Reply
  7438. *toolBar*nextMessage.labelString:    Next
  7439. *toolBar*nextUnreadMessage.labelString:    Next Unread Message
  7440. *toolBar*nextUnreadThread.labelString:    Next Unread Thread
  7441. *toolBar*nextFlaggedMessage.labelString:     Next Flagged Message
  7442. *toolBar*nextCategory.labelString:    Next Category
  7443. *toolBar*nextUnreadCategory.labelString:    Next Unread Category
  7444. *toolBar*nextUnreadCollection.labelString:    Next Unread Collection
  7445. *toolBar*forwardMessage.labelString:    Forward
  7446. *toolBar*deleteMessage.labelString:    Delete
  7447. *toolBar*previousUnreadMessage.labelString: Previous
  7448. *toolBar*previousMessage.labelString:    Previous
  7449. *previousMessage.tipString: Previous message
  7450. *toolBar*moveMessage.labelString: File
  7451. *toolBar*copyMessage.labelString: File
  7452. *toolBar*composeArticle.tipString: New message to this newsgroup
  7453. *toolBar*replyToNewsgroup.tipString: Reply to the message
  7454. *toolBar*nextMessage.tipString:    Next unread message
  7455.  
  7456.  
  7457. *toolBar*moveMessage.tipString: File the selected message
  7458. *toolBar*copyMessage.tipString: File the selected message
  7459. *toolBar*moveMessage.documentationString: File the selected message to a folder
  7460. *toolBar*copyMessage.documentationString: Copy the selected message to a folder
  7461.  
  7462. ! buttons specific to the browser frame.
  7463. *toolBar*back.labelString:    Back
  7464. *toolBar*forward.labelString:    Forward
  7465. *toolBar*home.labelString:    Home
  7466. *toolBar*search.labelString:    Search
  7467. *toolBar*destinations.labelString:    Netscape
  7468. *toolBar*guide.labelString:    Guide
  7469. *toolBar*myshopping.labelString:            Shop
  7470. *toolBar*showImages.labelString:    Images
  7471. *toolBar*loadImages.labelString:    Load Images
  7472. *toolBar*print.labelString:    Print
  7473. *print.tipString:                   Print this page
  7474. *MailThread*print.tipString:        Print the selected message
  7475. *MailMsg*print.tipString:           Print the selected message
  7476. *toolBar*reload.labelString:    Reload
  7477.  
  7478. ! buttons specific to the compose frame.
  7479. *toolBar*sendMessageNow.labelString:    Send
  7480. *toolBar*quote.labelString:        Quote
  7481. *toolBar*addresseePicker.labelString:    Address
  7482. *toolBar*saveDraft.labelString:        Save
  7483. *toolBar*viewAddresses.labelString:    Address
  7484. *toolBar*viewDirectories.labelString:    Directory
  7485. !
  7486. *sendMessageNow.tipString:    Send this message
  7487. *saveDraft.tipString:        Save this message as a draft
  7488. *quote.tipString:        Quote the previous document
  7489. *viewDirectories.tipString:    Look up an address
  7490. *viewSecurity.tipString:        Show security information
  7491. !
  7492. *addressBook.tipString:
  7493. !
  7494. *quote.documentationString:          Paste text from the original page in quoted form
  7495. *viewDirectories.documentationString: Look up an address in an LDAP directory
  7496. !
  7497. ! buttons specific to the Addressbook frame. documentationString
  7498. *toolBar*abEditEntry.labelString:     Properties
  7499. *toolBar*abDelete.labelString:   Delete
  7500. *toolBar*searchAddress.labelString:       Directory
  7501. *toolBar*abCall.labelString:       Call
  7502. !
  7503. *addToAddressBook.tipString: Create a new entry
  7504. *abNewList.tipString:        Create a new mailing list 
  7505. *abEditEntry.tipString:     Edit the selected entry
  7506. *abDelete.tipString:   Delete the selected entry
  7507. *abCall.tipString:          Start conference
  7508. *searchAddress.tipString:       Look up an address
  7509. !
  7510.  
  7511. *abEditEntry.documentationString:     \
  7512. View and edit properties of entry's address book card
  7513. *viewProperties.documentationString:  \
  7514. View and edit properties of entry's address book card
  7515. *displayHTMLDomainsDialog.documentationString: \
  7516. Edit the list of domains that can receive HTML messages
  7517. *abVCard.documentationString:          Create and edit my address book card
  7518.  
  7519. *abDelete.documentationString:   Delete the selected entry from the address book
  7520.  
  7521. *searchAddress.documentationString:       Look up an address in an LDAP directory
  7522.  
  7523. !*AddressBook*toggleNavigationToolbar.documentationString: 
  7524. !
  7525. *toBtn.documentationString:           Compose a message to the selected entry
  7526. *ccBtn.documentationString:           Compose a message and copy it to the selected entry
  7527. *bccBtn.documentationString:          Compose a message and blind-carbon copy it to the selected entry
  7528. !
  7529. ! buttons used everywhere (it seems.)
  7530. *toolBar*viewSecurity.labelString:    Security
  7531. *toolBar*stopLoading.labelString:    Stop
  7532.  
  7533. *changeDocumentEncoding.documentationString: Indicate Documentation Encoding
  7534.  
  7535.  
  7536. *MailFolder.width:    280
  7537. *MailFolder.height:    400
  7538. !
  7539. *abCardProperties*strip.topOffset: 3
  7540. *abCardProperties*strip.leftOffset: 15
  7541. *abCardProperties*strip.bottomOffset: 3
  7542. *abCardProperties*strip.rightOffset: 15
  7543.  
  7544. !
  7545. ! For the mail message download dialog
  7546. !
  7547. Netscape*MessageDownload*label.alignment: ALIGNMENT_BEGINNING
  7548. Netscape*MessageDownload*stopButtonForm*stopLoading.labelString: Cancel
  7549.  
  7550. Netscape*NewsDownload*fontList:                -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*
  7551. Netscape*NewsDownload_popup.title:            Netscape: Download Headers
  7552.  
  7553. Netscape*NewsDownload*allToggle.labelString: Download all headers
  7554. Netscape*NewsDownload*numMessagesToggle.labelString: Download
  7555. Netscape*NewsDownload*numMessagesCaption.labelString: headers
  7556. Netscape*NewsDownload*markOthersRead.labelString: Mark remaining headers as read.
  7557.  
  7558. !
  7559. ! For the news group property dialog
  7560. !
  7561. *NewsgroupProps*name_label.labelString:    Name:
  7562. *NewsgroupProps*location_label.labelString: Location:
  7563. *NewsgroupProps*unread_label.labelString: Unread Messages:
  7564. *NewsgroupProps*total_label.labelString: Total Messages:
  7565. *NewsgroupProps*space_label.labelString: Total Space Used:
  7566. *NewsgroupProps*html_toggle.labelString: Can receive HTML messages
  7567.  
  7568. !
  7569. ! For the mail folder property dialog
  7570. !
  7571. *MailFolderProps*name_label.labelString:    Name:
  7572. *MailFolderProps*name_value.columns: 20
  7573. *MailFolderProps*location_label.labelString: Location:
  7574. *MailFolderProps*unread_label.labelString: Unread Messages:
  7575. *MailFolderProps*total_label.labelString: Total Messages:
  7576. *MailFolderProps*wasted_label.labelString: Disk Space Wasted:
  7577. *MailFolderProps*space_label.labelString: Total Space Used:
  7578. *MailFolderProps*sharePrivilegesLabel.labelString: Share this and \
  7579. other folders with network users\n\
  7580. and display and set access privileges
  7581.  
  7582. !
  7583. ! For the news server property dialog
  7584. !
  7585. *NewsServerProps*name_label.labelString: Name:
  7586. *NewsServerProps*port_label.labelString: Port #:
  7587. *NewsServerProps*security_label.labelString: Security:
  7588. *NewsServerProps*desc_label.labelString: Description:
  7589. *NewsServerProps*prompt_toggle.labelString: Always ask me for my user name and password
  7590. *NewsServerProps*anonymous_toggle.labelString: \
  7591. Only ask me for my user name and password\n\
  7592. when necessary
  7593. *NewsServerProps*html_toggle.labelString: Can receive HTML messages
  7594.  
  7595. !
  7596. ! For the splash screen
  7597. !
  7598. Netscape*splashShell*background:    Black
  7599. Netscape*splashShell*foreground:    White
  7600. Netscape*splashShell*fontList:    -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*
  7601.  
  7602. !
  7603. ! Special for HTMLCompose
  7604. !
  7605. Netscape*composeViewEditFormWidget.scrollerForm.pane.scroller.spacing:    0
  7606. Netscape*composeViewEditFormWidget.scrollerForm.pane*spacing:            0
  7607. Netscape*composeViewEditFormWidget.scrollerForm.pane*marginWidth:        0
  7608. Netscape*composeViewEditFormWidget.scrollerForm.pane*marginHeight:        0
  7609. Netscape*composeViewEditFormWidget.scrollerForm.pane*highlightThickness:    0
  7610. Netscape*composeViewEditFormWidget.scrollerForm.pane*traversalOn:        False
  7611.  
  7612. !Composition navigation
  7613. *Composition*navigationType:        TAB_GROUP
  7614. *Composition*XmTextField.highlightThickness:    2
  7615. *Composition*XmText.highlightThickness:        2
  7616.  
  7617. ! Plain Text Compose Popup
  7618. *popup*pasteAsQuoted.labelString:            Paste as Quotation
  7619. *popup*pasteAsQuoted.mnemonic:            Q
  7620. *popup*quoteOriginalText.labelString:            Quote Original Text
  7621.  
  7622. !
  7623. ! Special for SpellHandler...
  7624. !
  7625. *spellDialog*right_rc.entryAlignment:  ALIGNMENT_CENTER
  7626.  
  7627. *spellDialog*replace.labelString:      Replace
  7628. *spellDialog*replace_all.labelString:  Replace All
  7629. *spellDialog*check.labelString:          Check
  7630. *spellDialog*ignore.labelString:       Ignore
  7631. *spellDialog*ignore_all.labelString:   Ignore All
  7632. *spellDialog*learn.labelString:        Learn
  7633. *spellDialog*stop.labelString:         Stop
  7634. *spellDialog*text_label.labelString:   Word:
  7635. *spellDialog*list_label.labelString:   Suggestions:
  7636.  
  7637. *spellDialog*done.labelString:             Done
  7638. *spellDialog*msgFinished.labelString:      [ finished checking ]
  7639. *spellDialog*msgNoSuggestions.labelString: [ no suggestions ]
  7640. *spellDialog*msgUnRecognized.labelString:  [ unrecognized word ]
  7641. *spellDialog*msgCorrect.labelString:       [ correct spelling ]
  7642. *spellDialog*msgNull.labelString:          [ ]
  7643.  
  7644. *spellDialog*text_label.fontList: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
  7645. *spellDialog*list_label.fontList: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
  7646. *spellDialog*right_rc*fontList:   -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
  7647. *spellDialog*combo_frame*fontList:   -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  7648. *spellDialog*langCzech.labelString:                Czech
  7649. *spellDialog*langRussian.labelString:              Russian
  7650. *spellDialog*langCatalan.labelString:              Catalan
  7651. *spellDialog*langHungarian.labelString:            Hungarian
  7652. *spellDialog*langFrench.labelString:               French
  7653. *spellDialog*langGerman.labelString:               German
  7654. *spellDialog*langSwedish.labelString:              Swedish
  7655. *spellDialog*langSpanish.labelString:              Spanish
  7656. *spellDialog*langItalian.labelString:              Italian
  7657. *spellDialog*langDanish.labelString:               Danish
  7658. *spellDialog*langDutch.labelString:                Dutch
  7659. *spellDialog*langPortugueseBrazilian.labelString:  Portuguese (Brazilian)
  7660. *spellDialog*langPortugueseEuropean.labelString:   Portuguese (European)
  7661. *spellDialog*langNorwegianBokmal.labelString:      Norwegian (Bokmal)
  7662. *spellDialog*langNorwegianNynorsk.labelString:     Norwegian (Nynorsk)
  7663. *spellDialog*langNorwegian.labelString:            Norwegian
  7664. *spellDialog*langFinnish.labelString:              Finnish
  7665. *spellDialog*langGreek.labelString:                Greek
  7666. *spellDialog*langEnglishUS.labelString:            English (US)
  7667. *spellDialog*langEnglishUK.labelString:            English (UK)
  7668. *spellDialog*langEnglish.labelString:              English
  7669. *spellDialog*langAfrikaans.labelString:            Afrikaans
  7670. *spellDialog*langPolish.labelString:               Polish
  7671.  
  7672. !
  7673. ! tips for SwatchMatrix in colorPicker...
  7674. !
  7675. *#FFFFFF.tipString: 255 255 255
  7676. *#CCCCCC.tipString: 204 204 204
  7677. *#999999.tipString: 153 153 153
  7678. *#666666.tipString: 102 102 102
  7679. *#333333.tipString: 51 51 51
  7680. *#000000.tipString: 0 0 0
  7681.  
  7682. *#FFCCCC.tipString: 255 204 204
  7683. *#FF6666.tipString: 255 102 102
  7684. *#FF0000.tipString: 255 0 0
  7685. *#CC0000.tipString: 204 0 0
  7686. *#990000.tipString: 153 0 0
  7687. *#660000.tipString: 102 0 0
  7688. *#330000.tipString: 51 0 0
  7689.  
  7690. *#FFCC99.tipString: 255 204 153
  7691. *#FFCC33.tipString: 255 204 51
  7692. *#FF9900.tipString: 255 153 0
  7693. *#FF6600.tipString: 255 102 0
  7694. *#CC6600.tipString: 204 102 0
  7695. *#993300.tipString: 153 51 0
  7696. *#663300.tipString: 102 51 0
  7697.  
  7698. *#FFFFCC.tipString: 255 255 204
  7699. *#FFFF99.tipString: 255 255 153
  7700. *#FFFF00.tipString: 255 255 0
  7701. *#FFCC00.tipString: 255 204 0
  7702. *#999900.tipString: 153 153 0
  7703. *#666600.tipString: 102 102 0
  7704. *#333300.tipString: 51 51 0
  7705.  
  7706. *#99FF99.tipString: 153 255 153
  7707. *#66FF99.tipString: 102 255 153
  7708. *#33FF33.tipString: 51 255 51
  7709. *#33CC00.tipString: 51 204 0
  7710. *#009900.tipString: 0 153 0
  7711. *#006600.tipString: 0 102 0
  7712. *#003300.tipString: 0 51 0
  7713.  
  7714. *#CCFFFF.tipString: 204 255 255
  7715. *#66FFFF.tipString: 102 255 255
  7716. *#33CCFF.tipString: 51 204 255
  7717. *#3366FF.tipString: 51 102 255
  7718. *#3333FF.tipString: 51 51 255
  7719. *#000099.tipString: 0 0 153
  7720. *#000066.tipString: 0 0 102
  7721.  
  7722. *#FFCCFF.tipString: 255 204 255
  7723. *#FF99FF.tipString: 255 153 255
  7724. *#CC66CC.tipString: 204 102 204
  7725. *#CC33CC.tipString: 204 51 204
  7726. *#993399.tipString: 153 51 153
  7727. *#663366.tipString: 102 51 102
  7728. *#330033.tipString: 51 0 51
  7729.  
  7730. *#FFFF99.tipString: 255 255 153
  7731. *#FFFF66.tipString: 255 255 102
  7732. *#FFCC66.tipString: 255 204 102
  7733. *#FFCC33.tipString: 255 204 51
  7734. *#CC9933.tipString: 204 153 51
  7735. *#996633.tipString: 153 102 51
  7736. *#663333.tipString: 102 51 51
  7737.  
  7738. *#99FFFF.tipString: 153 255 255
  7739. *#33FFFF.tipString: 51 255 255
  7740. *#66CCCC.tipString: 102 204 204
  7741. *#00CCCC.tipString: 000 204 204
  7742. *#339999.tipString: 51 153 153
  7743. *#336666.tipString: 51 102 102
  7744. *#003333.tipString: 0 51 51
  7745.  
  7746. *#CCCCFF.tipString: 204 204 255
  7747. *#9999FF.tipString: 153 153 204
  7748. *#6666CC.tipString: 102 102 204
  7749. *#6633FF.tipString: 102 51 255
  7750. *#6600CC.tipString: 102 0 204
  7751. *#333399.tipString: 51 51 153
  7752. *#330099.tipString: 51 0 153
  7753.  
  7754. !
  7755. ! doc strings for SwatchMatrix in colorPicker...
  7756. !
  7757. *#FFFFFF.documentationString: RGB Color [ 255 255 255 ][ #FFFFFF ]
  7758. *#CCCCCC.documentationString: RGB Color [ 204 204 204 ][ #CCCCCC ]
  7759. *#999999.documentationString: RGB Color [ 153 153 153 ][ #999999 ]
  7760. *#666666.documentationString: RGB Color [ 102 102 102 ][ #666666 ]
  7761. *#333333.documentationString: RGB Color [ 51 51 51 ][ #333333 ]
  7762. *#000000.documentationString: RGB Color [ 0 0 0 ][ #000000 ]
  7763.  
  7764. *#FFCCCC.documentationString: RGB Color [ 255 204 204 ][ #FFCCCC ]
  7765. *#FF6666.documentationString: RGB Color [ 255 102 102 ][ #FF6666 ]
  7766. *#FF0000.documentationString: RGB Color [ 255 0 0 ][ #FF0000 ]
  7767. *#CC0000.documentationString: RGB Color [ 204 0 0 ][ #CC0000 ]
  7768. *#990000.documentationString: RGB Color [ 153 0 0 ][ #990000 ]
  7769. *#660000.documentationString: RGB Color [ 102 0 0 ][ #660000 ]
  7770. *#330000.documentationString: RGB Color [ 51 0 0 ][ #330000 ]
  7771.  
  7772. *#FFCC99.documentationString: RGB Color [ 255 204 153 ][ #FFCC99 ]
  7773. *#FFCC33.documentationString: RGB Color [ 255 204 51 ][ #FFCC33 ]
  7774. *#FF9900.documentationString: RGB Color [ 255 153 0 ][ #FF9900 ]
  7775. *#FF6600.documentationString: RGB Color [ 255 102 0 ][ #FF6600 ]
  7776. *#CC6600.documentationString: RGB Color [ 204 102 0 ][ #CC6600 ]
  7777. *#993300.documentationString: RGB Color [ 153 51 0 ][ #993300 ]
  7778. *#663300.documentationString: RGB Color [ 102 51 0 ][ #663300 ]
  7779.  
  7780. *#FFFFCC.documentationString: RGB Color [ 255 255 204 ][ #FFFFCC ]
  7781. *#FFFF99.documentationString: RGB Color [ 255 255 153 ][ #FFFF99 ]
  7782. *#FFFF00.documentationString: RGB Color [ 255 255 0 ][ #FFFF00 ]
  7783. *#FFCC00.documentationString: RGB Color [ 255 204 0 ][ #FFCC00 ]
  7784. *#999900.documentationString: RGB Color [ 153 153 0 ][ #999900 ]
  7785. *#666600.documentationString: RGB Color [ 102 102 0 ][ #666600 ]
  7786. *#333300.documentationString: RGB Color [ 51 51 0 ][ #333300 ]
  7787.  
  7788. *#99FF99.documentationString: RGB Color [ 153 255 153 ][ #99FF99 ]
  7789. *#66FF99.documentationString: RGB Color [ 102 255 153 ][ #66FF99 ]
  7790. *#33FF33.documentationString: RGB Color [ 51 255 51 ][ #33FF33 ]
  7791. *#33CC00.documentationString: RGB Color [ 51 204 0 ][ #33CC00 ]
  7792. *#009900.documentationString: RGB Color [ 0 153 0 ][ #009900 ]
  7793. *#006600.documentationString: RGB Color [ 0 102 0 ][ #006600 ]
  7794. *#003300.documentationString: RGB Color [ 0 51 0 ][ #003300 ]
  7795.  
  7796. *#CCFFFF.documentationString: RGB Color [ 204 255 255 ][ #CCFFFF ]
  7797. *#66FFFF.documentationString: RGB Color [ 102 255 255 ][ #66FFFF ]
  7798. *#33CCFF.documentationString: RGB Color [ 51 204 255 ][ #33CCFF ]
  7799. *#3366FF.documentationString: RGB Color [ 51 102 255 ][ #3366FF ]
  7800. *#3333FF.documentationString: RGB Color [ 51 51 255 ][ #3333FF ]
  7801. *#000099.documentationString: RGB Color [ 0 0 153 ][ #000099 ]
  7802. *#000066.documentationString: RGB Color [ 0 0 102 ][ #000066 ]
  7803.  
  7804. *#FFCCFF.documentationString: RGB Color [ 255 204 255 ][ #FFCCFF ]
  7805. *#FF99FF.documentationString: RGB Color [ 255 153 255 ][ #FF99FF ]
  7806. *#CC66CC.documentationString: RGB Color [ 204 102 204 ][ #CC66CC ]
  7807. *#CC33CC.documentationString: RGB Color [ 204 51 204 ][ #CC33CC ]
  7808. *#993399.documentationString: RGB Color [ 153 51 153 ][ #993399 ]
  7809. *#663366.documentationString: RGB Color [ 102 51 102 ][ #663366 ]
  7810. *#330033.documentationString: RGB Color [ 51 0 51 ][ #330033 ]
  7811.  
  7812. *#FFFF99.documentationString: RGB Color [ 255 255 153 ][ #FFFF99 ]
  7813. *#FFFF66.documentationString: RGB Color [ 255 255 102 ][ #FFFF66 ]
  7814. *#FFCC66.documentationString: RGB Color [ 255 204 102 ][ #FFCC66 ]
  7815. *#FFCC33.documentationString: RGB Color [ 255 204 51 ][ #FFCC33 ]
  7816. *#CC9933.documentationString: RGB Color [ 204 153 51 ][ #CC9933 ]
  7817. *#996633.documentationString: RGB Color [ 153 102 51 ][ #996633 ]
  7818. *#663333.documentationString: RGB Color [ 102 51 51 ][ #663333 ]
  7819.  
  7820. *#99FFFF.documentationString: RGB Color [ 153 255 255 ][ #99FFFF ]
  7821. *#33FFFF.documentationString: RGB Color [ 51 255 255 ][ #33FFFF ]
  7822. *#66CCCC.documentationString: RGB Color [ 102 204 204 ][ #66CCCC ]
  7823. *#00CCCC.documentationString: RGB Color [ 000 204 204 ][ #00CCCC ]
  7824. *#339999.documentationString: RGB Color [ 51 153 153 ][ #339999 ]
  7825. *#336666.documentationString: RGB Color [ 51 102 102 ][ #336666 ]
  7826. *#003333.documentationString: RGB Color [ 0 51 51 ][ #003333 ]
  7827.  
  7828. *#CCCCFF.documentationString: RGB Color [ 204 204 255 ][ #CCCCFF ]
  7829. *#9999FF.documentationString: RGB Color [ 153 153 204 ][ #9999FF ]
  7830. *#6666CC.documentationString: RGB Color [ 102 102 204 ][ #6666CC ]
  7831. *#6633FF.documentationString: RGB Color [ 102 51 255 ][ #6633FF ]
  7832. *#6600CC.documentationString: RGB Color [ 102 0 204 ][ #6600CC ]
  7833. *#333399.documentationString: RGB Color [ 51 51 153 ][ #333399 ]
  7834. *#330099.documentationString: RGB Color [ 51 0 153 ][ #330099 ]
  7835.  
  7836. *selector*background:            gray70
  7837. *selector*shadowThickness:        1
  7838. *selector.orientation:            vertical
  7839.  
  7840. *selector*ToolBar.buttonLayout:            button_label_on_top
  7841.  
  7842. *selector.leftAttachment:            attach_form
  7843. *selector.rightAttachment:            attach_none
  7844. *selector.topAttachment:            attach_form
  7845. *selector.bottomAttachment:            attach_form
  7846.  
  7847.  
  7848. *selector.leftOffset:                10
  7849. *selector.rightOffset:                10
  7850. *selector.topOffset:                10 
  7851. *selector.bottomOffset:                10
  7852.  
  7853. !*selector.usePreferredWidth:        false
  7854. *selector.usePreferredHeight:        false
  7855.  
  7856. *selector.clipShadowThickness:        1
  7857. *selector.clipShadowType:            shadow_in
  7858.  
  7859.  
  7860. !*selector.marginLeft:                    0
  7861. !*selector.marginRight:                    0
  7862. !*selector.marginTop:                    0
  7863. !*selector.marginBottom:                0
  7864.  
  7865. !*selector.marginLeft:                0
  7866. !*selector.marginRight:                0
  7867. !*selector.marginTop:                0
  7868. !*selector.marginBottom:                0
  7869.  
  7870. !*selector.spacing:                    10
  7871.  
  7872. *selector*ToolBar.radioBehavior:                true
  7873.  
  7874.  
  7875. !*selector*XfeButton.buttonType:            button_toggle
  7876.  
  7877. *selector*XfeButton.buttonTrigger:            button_trigger_either
  7878. *selector*XfeButton.marginLeft:            4
  7879. *selector*XfeButton.marginRight:            4
  7880. *selector*XfeButton.marginTop:                4
  7881. *selector*XfeButton.marginBottom:            4
  7882.  
  7883. *selector*XfeButton.raiseOnEnter:            true
  7884. *selector*XfeButton.shadowThickness:        0
  7885. !*selector*XfeButton.fillOnEnter:            true
  7886. *selector*XfeButton.armOffset:                0
  7887.  
  7888. *selector*XfeButton.transparentCursor:        cross
  7889. !*selector*XfeButton.cursor:                hand2
  7890.  
  7891.  
  7892.  
  7893. !Netscape*AddressOutlinerPopup*fontList:\
  7894. -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*,\
  7895. -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*=BOLD,\
  7896. -*-helvetica-medium-o-*-*-*-120-*-*-*-*-iso8859-*=ITALIC
  7897.  
  7898. Netscape*AddressOutlinerPopup*fontList:\
  7899. -*-helvetica-medium-r-*-*-*-100-*-*-*-*-iso8859-*,\
  7900. -*-helvetica-bold-r-*-*-*-100-*-*-*-*-iso8859-*=BOLD,\
  7901. -*-helvetica-medium-o-*-*-*-100-*-*-*-*-iso8859-*=ITALIC
  7902.  
  7903.  
  7904.  
  7905. ! This table maps the host's locale names to MIME charsets
  7906. !
  7907. *localeCharset*C:        iso-8859-1
  7908. *localeCharset*cs:        iso-8859-2
  7909. *localeCharset*da:        iso-8859-1
  7910. *localeCharset*de:        iso-8859-1
  7911. *localeCharset*de_AT:        iso-8859-1
  7912. *localeCharset*de_CH:        iso-8859-1
  7913. *localeCharset*en:        iso-8859-1
  7914. *localeCharset*en_AU:        iso-8859-1
  7915. *localeCharset*en_CA:        iso-8859-1
  7916. *localeCharset*en_TH:        iso-8859-1
  7917. *localeCharset*en_US:        iso-8859-1
  7918. *localeCharset*es:        iso-8859-1
  7919. *localeCharset*fi:        iso-8859-1
  7920. *localeCharset*fr:        iso-8859-1
  7921. *localeCharset*fr_BE:        iso-8859-1
  7922. *localeCharset*fr_CA:        iso-8859-1
  7923. *localeCharset*fr_CH:        iso-8859-1
  7924. *localeCharset*is:        iso-8859-1
  7925. *localeCharset*it:        iso-8859-1
  7926. *localeCharset*it_CH:        iso-8859-1
  7927. *localeCharset*ja_JP.EUC:    x-euc-jp
  7928. *localeCharset*ko_KR.euc:    euc-kr
  7929. *localeCharset*nl:        iso-8859-1
  7930. *localeCharset*nl_BE:        iso-8859-1
  7931. *localeCharset*no:        iso-8859-1
  7932. *localeCharset*pl:        iso-8859-2
  7933. *localeCharset*pt:        iso-8859-1
  7934. *localeCharset*sh:        iso-8859-2
  7935. *localeCharset*sk:        iso-8859-2
  7936. *localeCharset*sv:        iso-8859-1
  7937. *localeCharset*zh_CN.ugb:    gb2312
  7938. *localeCharset*zh_TW.ucns:    x-euc-tw
  7939.  
  7940.  
  7941. ! English strings are built into the binary
  7942. !*strings.6796:A communications error occurred.\n\
  7943.  (TCP Error: %s)\n\
  7944. \n\
  7945. Try connecting again.
  7946.  
  7947. !*strings.6795:Netscape is unable to connect to the server at\n\
  7948. the location you have specified. The server may\n\
  7949. be down or busy.\n\
  7950. \n\
  7951. Try connecting again later.
  7952.  
  7953. !*strings.6794:A communications error occurred.\n\
  7954.  (TCP Error: %s)\n\
  7955. \n\
  7956. Try connecting again.
  7957.  
  7958. !*strings.6793:Netscape is out of memory.\n\
  7959. \n\
  7960. Try quitting some other applications or closing\n\
  7961. some windows.
  7962.  
  7963. !*strings.6791:This Location (URL) is not recognized:\n\
  7964.   %.200s\n\
  7965. \n\
  7966. Check the Location and try again.
  7967.  
  7968. !*strings.6789:Unable to use FTP passive mode
  7969.  
  7970. !*strings.6788:Netscape is unable to set the FTP transfer mode with\n\
  7971. this server. You will not be able to download files.\n\
  7972. \n\
  7973. You should contact the administrator for this server\n\
  7974. or try again later.
  7975.  
  7976. !*strings.6787:Netscape is unable to send the change directory (cd)\n\
  7977. command, to the FTP server. You cannot view another\n\
  7978. directory.\n\
  7979. \n\
  7980. You should contact the administrator for this server\n\
  7981. or try again later.
  7982.  
  7983. !*strings.6786:Netscape is unable to send a port command to the FTP\n\
  7984. server to establish a data connection.\n\
  7985. \n\
  7986. You should contact the administrator for this server\n\
  7987. or try again later.
  7988.  
  7989. !*strings.6785:Netscape is unable to find the file or directory\n\
  7990. named %.200s.\n\
  7991. \n\
  7992. Check the name and try again.
  7993.  
  7994. !*strings.6784:A News error occurred: Invalid NNTP connection\n\
  7995. \n\
  7996. Try connecting again.
  7997.  
  7998. !*strings.6783:An error occurred with the News server.\n\
  7999. \n\
  8000. If you are unable to connect again, contact the\n\
  8001. administrator for this server.
  8002.  
  8003. !*strings.6782:There was no response. The server could be down\n\
  8004. or is not responding.\n\
  8005. \n\
  8006. If you are unable to connect again later, contact\n\
  8007. the server's administrator.
  8008.  
  8009. !*strings.6781:Netscape is unable to locate the server %.200s.\n\
  8010. \n\
  8011. Please check the server name and try again.
  8012.  
  8013. !*strings.6780:The server has disconnected.\n\
  8014. The server may have gone down or there may be a\n\
  8015. network problem.\n\
  8016. \n\
  8017. Try connecting again.
  8018.  
  8019. !*strings.6779:The Newsgroup item is unavailable. It may have expired.\n\
  8020. \n\
  8021. Try retrieving another item.
  8022.  
  8023. !*strings.6778:Netscape is unable to open your News file (newsrc).\n\
  8024. \n\
  8025. Please verify that your Mail and News preferences are\n\
  8026. correct and try again.
  8027.  
  8028. !*strings.6777:Netscape is unable to open the file \n\
  8029. %.200s.\n\
  8030. \n\
  8031. Check the file name and try again.
  8032.  
  8033. !*strings.6776:(no name specified)
  8034.  
  8035. !*strings.6775:Aborted by user
  8036.  
  8037. !*strings.6764:A network error occurred while Netscape\n\
  8038. was sending data.\n\
  8039. (Network Error: %s)\n\
  8040. \n\
  8041. Try connecting again.
  8042.  
  8043. !*strings.6771:An error occurred while sending mail:\n\
  8044. Netscape was unable to connect to the SMTP server.\n\
  8045. The server may be down or may be incorrectly configured.\n\
  8046. \n\
  8047. Please verify that your Mail preferences are correct\n\
  8048. and try again.
  8049.  
  8050. !*strings.6770:An error occurred while sending mail.\n\
  8051. The mail server responded:\n\
  8052.   %s\n\
  8053. Please verify that your email address is correct\n\
  8054. in your Mail preferences and try again.
  8055.  
  8056. !*strings.6769:An error occurred while sending mail.\n\
  8057. The mail server responded:\n\
  8058.   %s\n\
  8059. Please check the message recipients and try again.
  8060.  
  8061. !*strings.6768:An (SMTP) error occurred while sending mail.\n\
  8062. Server responded: %s
  8063.  
  8064. !*strings.6767:An error occurred while sending mail.\n\
  8065. The mail server responded:\n\
  8066.   %s.\n\
  8067. Please check the message and try again.
  8068.  
  8069. !*strings.6766:An error occurred while sending mail: SMTP server error.\n\
  8070. The server responded:\n\
  8071.   %s\n\
  8072. Contact your mail administrator for assistance.
  8073.  
  8074. !*strings.6760:A network error occurred:\n\
  8075. unable to connect to server (TCP Error: %s)\n\
  8076. The server may be down or unreachable.\n\
  8077. \n\
  8078. Try connecting again later.
  8079.  
  8080. !*strings.6759:There was no response. The server could be down\n\
  8081. or is not responding.\n\
  8082. \n\
  8083. If you are unable to connect again later, contact\n\
  8084. the server's administrator.
  8085.  
  8086. !*strings.6758:Netscape's network connection was refused by the server \n\
  8087. %.200s.\n\
  8088. The server may not be accepting connections or\n\
  8089. may be busy.\n\
  8090. \n\
  8091. Try connecting again later.
  8092.  
  8093. !*strings.6757:Netscape was unable to create a network socket connection.\n\
  8094. There may be insufficient system resources or the network\n\
  8095. may be down.  (Reason: %s)\n\
  8096. \n\
  8097. Try connecting again later or try restarting Netscape.
  8098.  
  8099. !*strings.6755:Netscape is unable to complete a socket connection\n\
  8100. with this server. There may be insufficient system\n\
  8101. resources.\n\
  8102. \n\
  8103. Try restarting Netscape.
  8104.  
  8105. !*strings.6754:Netscape is unable to connect to your proxy server.\n\
  8106. The server may be down or may be incorrectly configured.\n\
  8107. \n\
  8108. Please verify that your Proxy preferences are correct\n\
  8109. and try again, or contact the server's administrator.
  8110.  
  8111. !*strings.6753:Netscape is unable to locate your proxy server.\n\
  8112. The server may be down or may be incorrectly configured.\n\
  8113. \n\
  8114. Please verify that your Proxy preferences are correct\n\
  8115. and try again, or contact the server's administrator.
  8116.  
  8117. !*strings.6749:The document contained no data.\n\
  8118. Try again later, or contact the server's administrator.
  8119.  
  8120. !*strings.6748:A network error occurred while Netscape\n\
  8121. was receiving data.\n\
  8122. (Network Error: %s)\n\
  8123. \n\
  8124. Try connecting again.
  8125.  
  8126. !*strings.6747:Netscape is unable to open the temporary file\n\
  8127. %.200s.\n\
  8128. \n\
  8129. Check your `Temporary Directory' setting and try again.
  8130.  
  8131. !*strings.6765:An error occurred sending mail:\n\
  8132. the return mail address was invalid.\n\
  8133. \n\
  8134. Please verify that your email address is correct\n\
  8135. in your Mail preferences and try again.
  8136.  
  8137. !*strings.6750:The disk is full. Netscape is cancelling the file\n\
  8138. transfer and removing the file.\n\
  8139. \n\
  8140. Please remove some files and try again.
  8141.  
  8142. !*strings.6740:An authorization error occurred:\n\
  8143. \n\
  8144. %s\n\
  8145. \n\
  8146. Please try entering your name and/or password again.
  8147.  
  8148. !*strings.6734:No sender was specified.\n\
  8149. Please fill in your email address in the\n\
  8150. Mail and Newsgroup preferences.
  8151.  
  8152. !*strings.6733:No recipients were specified.\n\
  8153. Please enter a recipient in a To: line,\n\
  8154. or a newsgroup in a Group: line..
  8155.  
  8156. !*strings.6732:No subject was specified.
  8157.  
  8158. !*strings.6731:Error writing temporary file.
  8159.  
  8160. !*strings.6725:This is a multi-part message in MIME format.
  8161.  
  8162. !*strings.6722:Printing stopped.  A problem occurred while receiving\n\
  8163. the document.  Transmission may have been interrupted\n\
  8164. or there may be insufficient space to write the file.\n\
  8165. \n\
  8166. Try again. Check that space is available in the\n\
  8167. temporary directory or restart Netscape.
  8168.  
  8169. !*strings.6721:Your signature exceeds the recommended four lines.
  8170.  
  8171. !*strings.6720:Your signature exceeds the recommended 79 columns.\n\
  8172. For most readers, the lines will appear truncated, or\n\
  8173. will be wrapped unattractively.  \n\
  8174. \n\
  8175. Please edit it to keep the lines shorter than 80 characters.
  8176.  
  8177. !*strings.6719:A network error occurred:\n\
  8178.     unable to connect to server\n\
  8179. The server may be down or unreachable.\n\
  8180. \n\
  8181. Try connecting again later.
  8182.  
  8183. !*strings.6718:Unable to load the requested help topic
  8184.  
  8185. !*strings.6699:This copy of Netscape has expired.\n\
  8186. This pre-release copy of Netscape Navigator has expired\n\
  8187. and can only be used to download a newer version of Navigator.
  8188.  
  8189. !*strings.6698:This trial or pre-release copy of Netscape Navigator has expired\n\
  8190. and can only be used to purchase or download a newer version of Navigator.
  8191.  
  8192. !*strings.6697:No WAIS proxy is configured.\n\
  8193. \n\
  8194. Check your Proxy preferences and try again.
  8195.  
  8196. !*strings.6696:A News (NNTP) error occurred:\n\
  8197.  %.100s
  8198.  
  8199. !*strings.6695:A News error occurred. The scan of all newsgroups is incomplete.\n\
  8200.  \n\
  8201. Try to View All Newsgroups again.
  8202.  
  8203. !*strings.6694:Netscape could not find a News file (newsrc)\n\
  8204. and is creating one for you.
  8205.  
  8206. !*strings.6693:No NNTP server is configured.\n\
  8207. \n\
  8208. Check your Mail and News preferences and try again.
  8209.  
  8210. !*strings.6692:A communications error occurred.\n\
  8211. Please try again.
  8212.  
  8213. !*strings.6691:Netscape was unable to connect to the secure news server\n\
  8214. because of a proxy error
  8215.  
  8216. !*strings.6689:An error occurred with the POP3 mail server.\n\
  8217. You should contact the administrator for this server\n\
  8218. or try again later.
  8219.  
  8220. !*strings.6688:Netscape is unable to use the mail server because\n\
  8221. you have not provided a username.  Please provide\n\
  8222. one in the preferences and try again
  8223.  
  8224. !*strings.6687:Error getting mail password.
  8225.  
  8226. !*strings.6686:An error occurred while sending your user name to the mail server.\n\
  8227. You should contact the administrator for this server\n\
  8228. or try again later.
  8229.  
  8230. !*strings.6685:An error occurred while sending your password to the mail server.\n\
  8231. You should contact the administrator for this server\n\
  8232. or try again later.
  8233.  
  8234. !*strings.6684:There are no new messages on the server.
  8235.  
  8236. !*strings.6683:An error occurred while listing messages on the POP3 mail server.\n\
  8237. You should contact the administrator for this server\n\
  8238. or try again later.
  8239.  
  8240. !*strings.6682:An error occurred while querying the POP3 mail server for\n\
  8241. the last processed message.\n\
  8242. You should contact the administrator for this server\n\
  8243. or try again later.
  8244.  
  8245. !*strings.6681:An error occurred while getting messages from the POP3 mail server.\n\
  8246. You should contact the administrator for this server\n\
  8247. or try again later.
  8248.  
  8249. !*strings.6680:An error occurred while removing messages from the POP3 mail server.\n\
  8250. You should contact the administrator for this server\n\
  8251. or try again later.
  8252.  
  8253. !*strings.6679:There isn't enough room on the local disk to download\n\
  8254. your mail from the POP3 mail server.  Please make room and\n\
  8255. try again.  (The `Empty Trash' and `Compact This Folder'\n\
  8256. commands may recover some space.)
  8257.  
  8258. !*strings.6678:An error occurred while saving mail messages.
  8259.  
  8260. !*strings.6675:Could not post the file %.80s\n\
  8261. because\n\
  8262. %.200s.\n\
  8263. \n\
  8264. You may not have permission to write to\n\
  8265. this directory.\n\
  8266. Check the permissions and try again.
  8267.  
  8268. !*strings.6674:This is a pre-release copy of Netscape Navigator that\n\
  8269. will expire at %s.\n\
  8270. To obtain a newer pre-release version or the latest full\n\
  8271. release of Netscape Navigator (which will not expire) \n\
  8272. choose Software Updates from the Help menu.
  8273.  
  8274. !*strings.6673:Could not delete file:\n\
  8275.     %s
  8276.  
  8277. !*strings.6672:Could not remove directory:\n\
  8278.     %s
  8279.  
  8280. !*strings.6671:Cannot create directory because a file or\n\
  8281. directory of that name already exists: \n\
  8282.     %s
  8283.  
  8284. !*strings.6670:Could not create directory:\n\
  8285.     %s
  8286.  
  8287. !*strings.6669:Object is not a directory:\n\
  8288.      %s
  8289.  
  8290. !*strings.6668:Authorization failed
  8291.  
  8292. !*strings.6667:This trial copy of Netscape has expired.\n\
  8293. \n\
  8294. To purchase a regular copy of Netscape Navigator\n\
  8295. (which will not expire) choose Software Updates from the Help menu.
  8296.  
  8297. !*strings.6666:This trial copy of Netscape Navigator \n\
  8298. will expire at %s.\n\
  8299. \n\
  8300. To purchase a regular copy of Netscape Navigator\n\
  8301. (which will not expire) choose Software Updates from the Help menu.
  8302.  
  8303. !*strings.6665:There was an attempt to redirect a url request,\n\
  8304. but the attempt was not allowed by the client.
  8305.  
  8306. !*strings.6664:Corruption was detected in the compressed GZip file that was requested
  8307.  
  8308. !*strings.6599:Can't move or copy messages to the folder they're already in.
  8309.  
  8310. !*strings.6598:Cannot copy messages into the 'Unsent Messages' folder:\n\
  8311. That folder is only for storing messages\n\
  8312. to be sent later.
  8313.  
  8314. !*strings.6597:Cannot copy messages into the `Drafts' folder:\n\
  8315. That folder is only for holding drafts of messages which have\n\
  8316. not yet been sent.
  8317.  
  8318. !*strings.6596:Couldn't create the folder! Your hard disk may be full\n\
  8319. or the folder pathname may be too long.
  8320.  
  8321. !*strings.6595:A folder with that name already exists.
  8322.  
  8323. !*strings.6594:Can't delete a folder without first deleting the messages in it.
  8324.  
  8325. !*strings.6593:Can't delete a folder without first deleting the messages in it.
  8326.  
  8327. !*strings.6592:Couldn't create default inbox folder!
  8328.  
  8329. !*strings.6591:Couldn't create a mail folder directory.  Mail will not work!
  8330.  
  8331. !*strings.6590:No mail server has been specified. Please enter your mail \n\
  8332. server in the preferences (select Preferences from the Edit menu).
  8333.  
  8334. !*strings.6586:Message cancelled.
  8335.  
  8336. !*strings.6585:Couldn't open Sent Mail file. \n\
  8337. Please verify that your Mail preferences are correct.
  8338.  
  8339. !*strings.6584:Couldn't find the folder.
  8340.  
  8341. !*strings.6583:Couldn't find the summary file.
  8342.  
  8343. !*strings.6582:Couldn't open temporary folder file for output.
  8344.  
  8345. !*strings.6581:The specified message doesn't exist in that folder.\n\
  8346. It may have been deleted or moved into another folder.
  8347.  
  8348. !*strings.6580:A newsrc file exists but is unparsable.
  8349.  
  8350. !*strings.6579:Your email address has not been specified.\n\
  8351. Before sending mail or news messages, you must specify a\n\
  8352. return address in Mail and News Preferences.
  8353.  
  8354. !*strings.6577:The return email address set in Preferences is: %s\n\
  8355. \n\
  8356. This appears to be incomplete (it contains no `@').  Examples of\n\
  8357. correct email addresses are `fred@xyz.com' and `sue@xyz.gov.au'.
  8358.  
  8359. !*strings.6576:The return email address set in Preferences is: %s\n\
  8360. \n\
  8361. This appears to be incomplete (it contains no `.').  Examples of\n\
  8362. correct email addresses are `fred@xyz.com' and `sue@xyz.gov.au'.
  8363.  
  8364. !*strings.6575:No outgoing mail (SMTP) server has been specified in Mail and News Preferences.
  8365.  
  8366. !*strings.6574:Are you sure you want to cancel this message?
  8367.  
  8368. !*strings.6573:This message does not appear to be from you.\n\
  8369. You may only cancel your own posts, not those made by others.
  8370.  
  8371. !*strings.6572:Unable to cancel message!
  8372.  
  8373. !*strings.6571:Message not cancelled.
  8374.  
  8375. !*strings.6570:Error!\n\
  8376. News server responded: %.512s\n
  8377.  
  8378. !*strings.6569:%.300s does not appear to be a mail file.\n\
  8379. Attempt to read it anyway?
  8380.  
  8381. !*strings.6568:%.300s does not appear to be a mail file.\n\
  8382. Attempt to write it anyway?
  8383.  
  8384. !*strings.6567:Error saving newsrc file!
  8385.  
  8386. !*strings.6566:Error writing mail file!
  8387.  
  8388. !*strings.6565:At least one of your mail folders is wasting a lot\n\
  8389. of disk space.  If you compact your Mail folders now,\n\
  8390. you can recover %ld Kbytes of disk space. Compacting\n\
  8391. folders might take a while.\n\
  8392. \n\
  8393. Compress folders now?
  8394.  
  8395. !*strings.6564:Not found.
  8396.  
  8397. !*strings.6563:You haven't typed anything, and there is no attachment.\n\
  8398. Send anyway?
  8399.  
  8400. !*strings.6562:You have included the same document twice: first as a quoted\n\
  8401. document (meaning: with '>' at the beginning of each line), and\n\
  8402. then as an attachment (meaning: as a second part of the message,\n\
  8403. included after your new text).\n\
  8404. \n\
  8405. Send it anyway?
  8406.  
  8407. !*strings.6561:Delivery failed for 1 message.\n\
  8408. \n\
  8409. This message has been left in the Unsent Messages folder.\n\
  8410. Before it can be delivered, the error must be\n\
  8411. corrected.
  8412.  
  8413. !*strings.6560:Delivery failed for %d messages.\n\
  8414. \n\
  8415. These messages have been left in the Unsent Messages folder.\n\
  8416. Before they can be delivered, the errors must be\n\
  8417. corrected.
  8418.  
  8419. !*strings.6559:This message has no subject.  Send anyway?
  8420.  
  8421. !*strings.6558:It will not be possible to send this message encrypted to all of the\n\
  8422. addressees.  Send it anyway?
  8423.  
  8424. !*strings.6557:Can only delete mail folders.
  8425.  
  8426. !*strings.6556:Can't copy messages because the mail folder is in use.\n\
  8427. Please wait until other copy operations are \n\
  8428. complete and try again.\n
  8429.  
  8430. !*strings.6555:Can't delete message folder '%s' because you are viewing\n\
  8431. its contents. Please close those windows and try again.
  8432.  
  8433. !*strings.6554:The complete list of newsgroups was not retrieved for\n\
  8434. this news server. Operations will not proceed normally\n\
  8435. until all newsgroups have been retrieved.\n\
  8436. \n\
  8437. Click on the 'All' tab to continue retrieving\n\
  8438. newsgroups.
  8439.  
  8440. !*strings.6553:This message cannot be moved while Communicator is offline.\n\
  8441. It has not been downloaded for offline reading.\n\
  8442. Select Go Online from the File menu, then try again.
  8443.  
  8444. !*strings.6552:The IMAP message copy failed.
  8445.  
  8446. !*strings.6551:The IMAP message move failed.\n\
  8447. The copy succeeded but a source message was not deleted.
  8448.  
  8449. !*strings.6550:A problem has occurred uploading an offline change.\n\
  8450.  Continue uploading remaining offline changes (OK) \n\
  8451.  or try again later (Cancel)
  8452.  
  8453. !*strings.6549:You cannot move your Inbox Folder.
  8454.  
  8455. !*strings.6548:Could not find the summary information\n\
  8456.  for the %s IMAP folder.
  8457.  
  8458. !*strings.6547:You cannot undo or redo a folder action while\n\
  8459.  the folder is loading.  Wait until the folder has\n\
  8460.  finished loading, then try again.
  8461.  
  8462. !*strings.6546:The targeted destination folder does not allow subfolders.
  8463.  
  8464. !*strings.6545:The selected parent folder does not allow subfolders.\n\
  8465.  Try selecting the server folder and typing\n\
  8466.  'parent/newFolder' to create a new hierarchy.
  8467.  
  8468. !*strings.6544:The targeted destination folder cannot hold messages.
  8469.  
  8470. !*strings.6543:This mail server cannot undo folder deletes, delete anyway?
  8471.  
  8472. !*strings.6542:Cannot copy messages into the 'Outbox' folder:\n\
  8473. That folder is only for storing messages\n\
  8474. to be sent later.
  8475.  
  8476. !*strings.6541:Delivery failed for 1 message.\n\
  8477. \n\
  8478. This message has been left in the Outbox folder.\n\
  8479. Before it can be delivered, the error must be\n\
  8480. corrected.
  8481.  
  8482. !*strings.6540:Delivery failed for %d messages.\n\
  8483. \n\
  8484. These messages have been left in the Outbox folder.\n\
  8485. Before they can be delivered, the errors must be\n\
  8486. corrected.
  8487.  
  8488. !*strings.6539:You can't move a mail folder into a newsgroup.
  8489.  
  8490. !*strings.6538:You can't move a newsgroup into a mail folder.
  8491.  
  8492. !*strings.6537:Mail Server Problem: The UID's for the messages in this\n\
  8493.        folder are not increasing.  Contact your system administrator.
  8494.  
  8495. !*strings.6536:This mail server is not an IMAP4 mail server.
  8496.  
  8497. !*strings.6535:<TITLE>Go Online to View This Message</TITLE>\n\
  8498. The body of this message has not been downloaded from \n\
  8499. the server for reading offline. To read this message, \n\
  8500. you must reconnect to the network, choose Offline from \n\
  8501. the File menu and then select Work Online.
  8502.  
  8503. !*strings.6534:Compaction failed.
  8504.  
  8505. !*strings.6533:At least 30 new IMAP folders have been found.\n\
  8506. \n\
  8507. Press <OK> to continue or <cancel> to change\n\
  8508. the IMAP server directory.
  8509.  
  8510. !*strings.6532:Enter IMAP server directory name.
  8511.  
  8512. !*strings.6531:Posting to newsgroups on different hosts is not supported.
  8513.  
  8514. !*strings.6529:This IMAP folder is out of date.  Open it again for a more complete search.
  8515.  
  8516. !*strings.6528:Your new mail directory preference\n\
  8517. will take effect the next time\n\
  8518. you restart Communicator.
  8519.  
  8520. !*strings.6527:Netscape is unable to save your message as draft.\n\
  8521. Please verify that your Mail preferences are correct\n\
  8522. and try again.
  8523.  
  8524. !*strings.6526:Netscape is unable to save your message as template.\n\
  8525. Please verify that your Mail preferences are correct\n\
  8526. and try again.
  8527.  
  8528. !*strings.6525:Your SMTP mail server could not start a secure connection.\n\
  8529. You have requested to send mail ONLY in secure mode and therefore the connection has been aborted. Please check your preferences.
  8530.  
  8531. !*strings.6524:Your Send operation was successful, but copying the message\n\
  8532. to your Sent folder failed. Would you like to return to the compose\n\
  8533. window?
  8534.  
  8535. !*strings.6523:The %s character is reserved on imap server. Please choose another name.
  8536.  
  8537. !*strings.-1192:An I/O error occurred during security authorization.\n\
  8538. Please try your connection again
  8539.  
  8540. !*strings.-1191:The security library has experienced an error.\n\
  8541. You will probably be unable to connect to this site securely.
  8542.  
  8543. !*strings.-1190:The security library has received bad data.\n\
  8544. You will probably be unable to connect to this site securely.
  8545.  
  8546. !*strings.-1189:The security library has experienced an error.\n\
  8547. You will probably be unable to connect to this site securely.
  8548.  
  8549. !*strings.-1188:The security library has experienced an error.\n\
  8550. You will probably be unable to connect to this site securely.
  8551.  
  8552. !*strings.-1187:The security library has experienced an error.\n\
  8553. You will probably be unable to connect to this site securely.
  8554.  
  8555. !*strings.-1186:The security library has experienced an error.\n\
  8556. You will probably be unable to connect to this site securely.
  8557.  
  8558. !*strings.-1185:The security library has experienced an error.\n\
  8559. You will probably be unable to connect to this site securely.
  8560.  
  8561. !*strings.-1184:The security library has experienced an error.\n\
  8562. You will probably be unable to connect to this site securely.
  8563.  
  8564. !*strings.-1183:The security library has encountered an improperly formatted\n\
  8565. DER-encoded message.
  8566.  
  8567. !*strings.-1182:The server's certificate has an invalid signature.\n\
  8568. You will not be able to connect to this site securely.
  8569.  
  8570. !*strings.-1181:This operation cannot be performed because a required\n\
  8571. certificate has expired.  Click on the `Security' icon\n\
  8572. for more information about certificates.
  8573.  
  8574. !*strings.-1180:This operation cannot be performed because a required\n\
  8575. certificate has been revoked.  Click on the `Security'\n\
  8576. icon for more information about certificates.
  8577.  
  8578. !*strings.-1179:The certificate issuer for this server is not recognized by\n\
  8579. Netscape. The security certificate may or may not be valid.\n\
  8580. \n\
  8581. Netscape refuses to connect to this server.
  8582.  
  8583. !*strings.-1178:The server's public key is invalid.\n\
  8584. You will not be able to connect to this site securely.
  8585.  
  8586. !*strings.-1177:The security password entered is incorrect.
  8587.  
  8588. !*strings.-1176:You did not enter your new password correctly.  Please try again.
  8589.  
  8590. !*strings.-1175:The security library has experienced an error.\n\
  8591. You will probably be unable to connect to this site securely.
  8592.  
  8593. !*strings.-1174:The security library has experienced a database error.\n\
  8594. You will probably be unable to connect to this site securely.
  8595.  
  8596. !*strings.-1173:The security library has experienced an out of memory error.\n\
  8597. Please try to reconnect.
  8598.  
  8599. !*strings.-1172:The certificate issuer for this server has been marked as\n\
  8600. not trusted by the user.  Netscape refuses to connect to this\n\
  8601. server.
  8602.  
  8603. !*strings.-1171:The certificate for this server has been marked as not\n\
  8604. trusted by the user.  Netscape refuses to connect to this\n\
  8605. server.
  8606.  
  8607. !*strings.-1170:The Certificate that you are trying to download\n\
  8608. already exists in your database.
  8609.  
  8610. !*strings.-1169:You are trying to download a certificate whose name\n\
  8611. is the same as one that already exists in your database.\n\
  8612. If you want to download the new certificate you should\n\
  8613. delete the old one first.
  8614.  
  8615. !*strings.-1168:Error adding certificate to your database
  8616.  
  8617. !*strings.-1167:Error refiling the key for this certificate
  8618.  
  8619. !*strings.-1166:The Private Key for this certificate can\n\
  8620. not be found in your key database
  8621.  
  8622. !*strings.-1165:This certificate is valid.
  8623.  
  8624. !*strings.-1164:This certificate is not valid.
  8625.  
  8626. !*strings.-1163:No Response
  8627.  
  8628. !*strings.-1162:The certificate authority that issued this site's\n\
  8629. certificate has expired.\n\
  8630. Check your system date and time.
  8631.  
  8632. !*strings.-1161:The certificate revocation list for this certificate authority\n\
  8633. that issued this site's certificate has expired.\n\
  8634. Reload a new certificate revocation list or check your system data and time.
  8635.  
  8636. !*strings.-1160:The certificate revocation list for this certificate authority\n\
  8637. that issued this site's certificate has an invalid signature.\n\
  8638. Reload a new certificate revocation list.
  8639.  
  8640. !*strings.-1159:The certificate revocation list you are trying to load has\n\
  8641. an invalid format.
  8642.  
  8643. !*strings.-1158:Extension value is invalid.
  8644.  
  8645. !*strings.-1157:Extension not found.
  8646.  
  8647. !*strings.-1156:Issuer certificate is invalid.
  8648.  
  8649. !*strings.-1155:Certificate path length constraint is invalid.
  8650.  
  8651. !*strings.-1154:Certificate usages is invalid.
  8652.  
  8653. !*strings.-1153:**Internal ONLY module**
  8654.  
  8655. !*strings.-1152:The system tried to use a key which does not support\n\
  8656. the requested operation.
  8657.  
  8658. !*strings.-1151:Certificate contains unknown critical extension.
  8659.  
  8660. !*strings.-1150:The certificate revocation list you are trying to load is not\n\
  8661. later than the current one.
  8662.  
  8663. !*strings.-1149:This message cannot be encrypted or signed because you do not\n\
  8664. yet have an email certificate.  Click on the `Security' icon for more\n\
  8665. information about certificates.
  8666.  
  8667. !*strings.-1148:This message cannot be encrypted because you do not have\n\
  8668. certificates for each of the recipients.  Clicking on the\n\
  8669. `Security' icon will give you more information.\n\
  8670. \n\
  8671. Turn off encryption and send the message anyway?
  8672.  
  8673. !*strings.-1147:The data cannot be decrypted because you are not a recipient;\n\
  8674. either it was not intended for you, or a matching certificate or\n\
  8675. Private Key cannot be found in your local database.
  8676.  
  8677. !*strings.-1146:The data cannot be decrypted because the key encryption\n\
  8678. algorithm it used does not match that of your certificate.
  8679.  
  8680. !*strings.-1145:Signature verification failed due to no signer found,\n\
  8681. too many signers found, or improper or corrupted data.
  8682.  
  8683. !*strings.-1144:An unsupported or unknown key algorithm was encountered;\n\
  8684. the current operation cannot be completed.
  8685.  
  8686. !*strings.-1143:The data cannot be decrypted because it was encrypted using an\n\
  8687. algorithm or key size which is not allowed by this configuration.
  8688.  
  8689. !*strings.-1134:No Compromised Key List for this site's certificate has been found.\n\
  8690. You must load the Compromised Key List before continuing.
  8691.  
  8692. !*strings.-1133:The Compromised Key List for this site's certificate has expired.\n\
  8693. Reload a new Compromised Key List.
  8694.  
  8695. !*strings.-1132:The Compromised Key List for this site's certificate has an invalid signature.\n\
  8696. Reload a new Compromised Key List.
  8697.  
  8698. !*strings.-1131:The key for this site's certificate has been revoked.\n\
  8699. You will be unable to access this site securely.
  8700.  
  8701. !*strings.-1130:The Compromised Key List you are trying to load has\n\
  8702. an invalid format.
  8703.  
  8704. !*strings.-1129:The security library is out of random data.
  8705.  
  8706. !*strings.-1128:The security library could not find a security module which can\n\
  8707. perform the requested operation.
  8708.  
  8709. !*strings.-1127:The security card or token does not exist, needs to be initialized\n\
  8710. or has been removed.
  8711.  
  8712. !*strings.-1126:The security library has experienced a database error.\n\
  8713. You will probably be unable to connect to this site securely.
  8714.  
  8715. !*strings.-1125:No slot or token was selected.
  8716.  
  8717. !*strings.-1124:A certificate with the same name already exists.
  8718.  
  8719. !*strings.-1123:A key with the same name already exists.
  8720.  
  8721. !*strings.-1122:An error occurred while creating safe object
  8722.  
  8723. !*strings.-1121:An error occurred while creating safe object
  8724.  
  8725. !*strings.-1120:Couldn't remove the principal
  8726.  
  8727. !*strings.-1119:Couldn't delete the privilege
  8728.  
  8729. !*strings.-1118:This principal doesn't have a certificate
  8730.  
  8731. !*strings.-1117:The operation cannot be performed because the required\n\
  8732. algorithm is not allowed by this configuration.
  8733.  
  8734. !*strings.-1116:Unable to export certificates.  An error occurred attempting to\n\
  8735. export the certificates.
  8736.  
  8737. !*strings.-1115:An error occurred attempting to import the certificates.
  8738.  
  8739. !*strings.-1114:Unable to import certificates.  The file specified is either\n\
  8740. corrupt or is not a valid file.
  8741.  
  8742. !*strings.-1113:Unable to import certificates.  Either the integrity password\n\
  8743. is incorrect or the data in the file specified has been tampered\n\
  8744. with or corrupted in some manner.
  8745.  
  8746. !*strings.-1112:Unable to import certificates.  The algorithm used to generate the\n\
  8747. integrity information for this file is not supported in the application.
  8748.  
  8749. !*strings.-1111:Unable to import certificates.  Navigator only supports password\n\
  8750. integrity and password privacy modes for importing certificates.
  8751.  
  8752. !*strings.-1110:Unable to import certificates.  The file containing the certificates\n\
  8753. is corrupt.  Required information is either missing or invalid.
  8754.  
  8755. !*strings.-1109:Unable to import certificates.  The algorithm used to encrypt the\n\
  8756. contents is not supported by Navigator.
  8757.  
  8758. !*strings.-1108:Unable to import certificates.  The file is a version not supported by\n\
  8759. Navigator.
  8760.  
  8761. !*strings.-1107:Unable to import certificates.  The privacy password specified is\n\
  8762. incorrect.
  8763.  
  8764. !*strings.-1106:Unable to import certificates.  A certificate with the same nickname,\n\
  8765. as one being imported already exists in your Navigator database.
  8766.  
  8767. !*strings.-1105:The user pressed cancel.
  8768.  
  8769. !*strings.-1104:Certificates could not be imported since they already exist on the machine.
  8770.  
  8771. !*strings.-1102:The certificate is not approved for the attempted operation.
  8772.  
  8773. !*strings.-1101:The certificate is not approved for the attempted application.
  8774.  
  8775. !*strings.-1100:The email address in the signing certificate does not match\n\
  8776. the email address in the message headers.  If these two\n\
  8777. addresses do not belong to the same person, then this could\n\
  8778. be an attempt at forgery.
  8779.  
  8780. !*strings.-1099:Unable to import certificates.  An error occurred while attempting\n\
  8781. to import the Private Key associated with the certificate being imported.
  8782.  
  8783. !*strings.-1098:Unable to import certificates.  An error occurred while attempting\n\
  8784. to import the certificate chain associated with the certificate\n\
  8785. being imported.
  8786.  
  8787. !*strings.-1097:Unable to export certificates.  An error occurred while trying to locate\n\
  8788. a certificate or a key by its nickname.
  8789.  
  8790. !*strings.-1096:Unable to export certificates.  The Private Key associated with a\n\
  8791. certificate could not be located or could not be exported from the\n\
  8792. key database.
  8793.  
  8794. !*strings.-1095:Unable to export certificates.  An error occurred while trying to write\n\
  8795. the export file.  Make sure the destination drive is not full and try\n\
  8796. exporting again.
  8797.  
  8798. !*strings.-1094:Unable to import certificates.  An error occurred while reading the\n\
  8799. import file.  Please make sure the file exists and is not corrupt and\n\
  8800. then try importing the file again.
  8801.  
  8802. !*strings.-1093:Unable to export certificates.  The database which contains\n\
  8803. Private Keys has not been initialized.  Either your key database\n\
  8804. is corrupt or has been deleted.  There is no key associated with\n\
  8805. this certificate.
  8806.  
  8807. !*strings.-1092:Unable to generate Public/Private Key Pair.
  8808.  
  8809. !*strings.-1091:The password you entered is invalid.  Please pick a different one.
  8810.  
  8811. !*strings.-1090:You did not enter your old password correctly.  Please try again.
  8812.  
  8813. !*strings.-1089:The Certificate Name you entered is already in use by another certificate.
  8814.  
  8815. !*strings.-1088:Server FORTEZZA chain has a non-FORTEZZA Certificate. \n\
  8816. You will probably be unable to connect to this site securely.
  8817.  
  8818. !*strings.-1087:Unknown
  8819.  
  8820. !*strings.-1086:Invalid module name.
  8821.  
  8822. !*strings.-1085:Invalid module path/filename
  8823.  
  8824. !*strings.-1084:Unable to add module
  8825.  
  8826. !*strings.-1083:Unable to delete module
  8827.  
  8828. !*strings.-1082:The Compromised Key List you are trying to load is not\n\
  8829. later than the current one.
  8830.  
  8831. !*strings.-1081:The CKL you are trying to load has a different issuer\n\
  8832. than your current CKL.  You must first delete your\n\
  8833. current CKL.
  8834.  
  8835. !*strings.-1080:The Compromised Key List for this site's certificate\n\
  8836. is not yet valid.  Reload a new Compromised Key List.
  8837.  
  8838. !*strings.-1079:The certificate revocation list for this site's\n\
  8839. certificate is not yet valid. Reload a new certificate\n\
  8840. revocation list.
  8841.  
  8842. !*strings.23000:<head>%-styleinfo-%</head><body bgcolor="#bbbbbb"><div><form name=theform action=internal-dialog-handler method=post><input type="hidden" %-cont-%
  8843.  
  8844. !*strings.23001:name="handle" value="%0%"><input type="hidden" name="xxxbuttonxxx"><font size=2>
  8845.  
  8846. !*strings.23002:</font></form></div></body>%0%
  8847.  
  8848. !*strings.23008:<HTML><HEAD>%-styleinfo-%<TITLE>%0%</TITLE><SCRIPT LANGUAGE="JavaScript">\n\
  8849. var dlgstring ='
  8850.  
  8851. !*strings.23009:';\n\
  8852. var butstring ='
  8853.  
  8854. !*strings.23010:';\n\
  8855. function drawdlg(win){\n\
  8856. captureEvents(Event.MOUSEDOWN);\n\
  8857. with(win.frames[0]) {\n\
  8858. document.write(parent.dlgstring);document.close();\n\
  8859. }\n\
  8860. with(win.frames[1]) {\n\
  8861. butstring='<html><body bgcolor="#bbbbbb"><form>'%-cont-%
  8862.  
  8863. !*strings.23011:+butstring+'</form></body></html>';document.write(parent.butstring);document.close();\n\
  8864. }\n\
  8865. return false;\n\
  8866. }\n\
  8867. function clicker(but,win)\n\
  8868. {\n\
  8869. with(win.frames[0].document.forms[0]) {\n\
  8870. xxxbuttonxxx.value=but.value;\n\
  8871. xxxbuttonxxx.name='button';\n\
  8872. %-cont-%
  8873.  
  8874. !*strings.23012:submit();\n\
  8875. }\n\
  8876. }\n\
  8877. function onMouseDown(e)\n\
  8878. {\n\
  8879. if ( e.which == 3 )\n\
  8880. return false;\n\
  8881. return true;\n\
  8882. }\n\
  8883. </SCRIPT></HEAD><FRAMESET ROWS="*,50"ONLOAD="drawdlg(window)" BORDER=0>\n\
  8884. %-cont-%
  8885.  
  8886. !*strings.23013:<FRAME SRC="about:blank" MARGINWIDTH=5 MARGINHEIGHT=3 NORESIZE BORDER=NO>\n\
  8887. <FRAME SRC="about:blank" MARGINWIDTH=5 MARGINHEIGHT=0 NORESIZE SCROLLING=NO BORDER=NO>\n\
  8888. </FRAMESET></HTML>\n
  8889.  
  8890. !*strings.23014:<div align=right><input type="button" name="button" value="%cancel%" onclick="parent.clicker(this,window.parent)" width=80></div>
  8891.  
  8892. !*strings.23015:<div align=right><input type="button" name="button" value="%ok%" onclick="parent.clicker(this,window.parent)" width=80></div>
  8893.  
  8894. !*strings.23016:<div align=right><input type="button" name="button" value="%continue%" onclick="parent.clicker(this,window.parent)" width=80></div>
  8895.  
  8896. !*strings.23017:<div align=right><input type="button" value="%ok%" width=80 onclick="parent.clicker(this,window.parent)">  <input type="button" value="%cancel%" width=80 onclick="parent.clicker(this,window.parent)"></div>
  8897.  
  8898. !*strings.23018:<div align=right><input type="button" name="button" value="%cancel%" onclick="parent.clicker(this,window.parent)" width=80>  <input type="button" name="button" value="%continue%" onclick="parent.clicker(this,window.parent)" width=80></div>
  8899.  
  8900. !*strings.23019:<head>%-styleinfo-%</head><body bgcolor="#bbbbbb"><form name=theform action=internal-panel-handler method=post><input type="hidden" %-cont-%
  8901.  
  8902. !*strings.23020:name="handle" value="%0%"><input type="hidden" name="xxxbuttonxxx"><font size=2>
  8903.  
  8904. !*strings.23026:<div align=right><input type="button" name="button" value="%next%" onclick="parent.clicker(this,window.parent)" width=80>  <input %-cont-%
  8905.  
  8906. !*strings.23027:type="button" name="button" value="%cancel%" onclick="parent.clicker(this,window.parent)" width=80></div>%0%
  8907.  
  8908. !*strings.23028:<div align=right><input type="button" name="button" value="%back%" onclick="parent.clicker(this,window.parent)" width=80><input type="button" name="button" value="%next%" %-cont-%
  8909.  
  8910. !*strings.23029:onclick="parent.clicker(this,window.parent)" width=80>  <input type="button" name="button" value="%cancel%" onclick="parent.clicker(this,window.parent)" width=80></div>%0%
  8911.  
  8912. !*strings.23030:<dig align=right><input type="button" name="button" value="%back%" onclick="parent.clicker(this,window.parent)" width=80>%-cont-%
  8913.  
  8914. !*strings.23031:<input type="button" name="button" value="%finished%" onclick="parent.clicker(this,window.parent)" width=80>  <input type="button" name="button" value="%cancel%" onclick="parent.clicker(this,window.parent)" width=80></div>%0%
  8915.  
  8916. !*strings.23032:%0%
  8917.  
  8918. !*strings.23033:<title>%0%</title><b>%1%</b><hr>%2%<hr>%3%
  8919.  
  8920. !*strings.23034:%0%%1%%2%
  8921.  
  8922. !*strings.23035:%sec-banner-begin%%0%%sec-banner-end%<b><div><font size=4>%1% is a site that uses encryption to protect transmitted information. %-cont-%
  8923.  
  8924. !*strings.23036:However, Netscape does not recognize the authority who signed its Certificate.</font></b></div><p><div>Although Netscape does not recognize the %-cont-%
  8925.  
  8926. !*strings.23037:signer of this Certificate, you may decide to accept it anyway so that you can connect to and exchange information with this site.<p>This %-cont-%
  8927.  
  8928. !*strings.23038:assistant will help you decide whether or not you wish to accept this Certificate and to what extent.%2%</div>
  8929.  
  8930. !*strings.23044:%sec-banner-begin%%0%%sec-banner-end%<div>Here is the Certificate that is being presented:</div><hr><table><tr><td valign=top><font %-cont-%
  8931.  
  8932. !*strings.23045:size=2>Certificate for: <br>Signed by: <br>Encryption: </font></td><td valign=top><font size=2>%1%<br>%2%<br>%3% Grade (%4% with %5%-bit secret %-cont-%
  8933.  
  8934. !*strings.23046:key)</font></td><td valign=bottom><input type="submit" name="button" value="%moreinfo%"></td></tr></table><hr><div>The signer of the %-cont-%
  8935.  
  8936. !*strings.23047:Certificate promises you that the holder of this Certificate is who they say they are.  The encryption level is an indication of how difficult it %-cont-%
  8937.  
  8938. !*strings.23048:would be for someone to eavesdrop on any information exchanged between you and this web site.%6%</div>
  8939.  
  8940. !*strings.23049:%sec-banner-begin%%0%%sec-banner-end%<div>Are you willing to accept this certificate for the purposes of receiving encrypted %-cont-%
  8941.  
  8942. !*strings.23050:information from this web site?<p>This means that you will be able to browse through the site and receive documents from it and that all of %-cont-%
  8943.  
  8944. !*strings.23051:these documents are protected from observation by a third party by encryption.<p><input type=radio name=accept value=session%1%>Accept this %-cont-%
  8945.  
  8946. !*strings.23052:certificate for this session<br><input type=radio name=accept value=cancel%2%>Do not accept this certificate and do not connect<br><input type=radio name=accept %-cont-%
  8947.  
  8948. !*strings.23053:value=forever%3%>Accept this certificate forever (until it expires)</div><br>%4%
  8949.  
  8950. !*strings.23064:%sec-banner-begin%%0%%sec-banner-end%<div>By accepting this certificate you are ensuring that all information you exchange with this site %-cont-%
  8951.  
  8952. !*strings.23065:will be encrypted.  However, encryption will not protect you from fraud.<p>To protect yourself from fraud, do not send information %-cont-%
  8953.  
  8954. !*strings.23066:(especially personal information, credit card numbers, or passwords) to this site if you have any doubt about the site's integrity.<p>For your %-cont-%
  8955.  
  8956. !*strings.23067:own protection, Netscape can remind you of this at the appropriate time.<p><center><input type=checkbox name=postwarn value=yes %1%>Warn me %-cont-%
  8957.  
  8958. !*strings.23068:before I send information to this site</center><p></div>%2%
  8959.  
  8960. !*strings.23069:%sec-banner-begin%%0%%sec-banner-end%<b><div>You have finished examining the certificate presented by:<br>%1%</b><p>You have %-cont-%
  8961.  
  8962. !*strings.23070:decided to refuse this ID. If, in the future, you change your mind about this decision, just visit this site again and this assistant will %-cont-%
  8963.  
  8964. !*strings.23071:reappear.<p>Click on the Finish button to return to the document you were viewing before you attempted to connect to this site.</div>%2%
  8965.  
  8966. !*strings.23072:%sec-banner-begin%%0%%sec-banner-end%<b><div>You have finished examining the certificate presented by:<br>%1%</b></div><p><div>You have %-cont-%
  8967.  
  8968. !*strings.23073:decided to accept this certificate and have asked that Netscape Navigator warn you before you send information to this site.<p>If you %-cont-%
  8969.  
  8970. !*strings.23074:change your mind, open Security Info from the Navigator menu and edit Site Certificates.<p>Click on the Finish button to begin receiving documents.</div>%2%
  8971.  
  8972. !*strings.23080:%sec-banner-begin%%0%%sec-banner-end%<b><div>You have finished examining the certificate presented by:<br>%1%</div></b><p><div>You have %-cont-%
  8973.  
  8974. !*strings.23081:decided to accept this certificate and have decided not to have Netscape Navigator warn you before you send information to this site.</div><p><div>If %-cont-%
  8975.  
  8976. !*strings.23082:you change your mind, open Security Info from the Navigator Menu edit Site Certificates.<p>Click on the Finish button to begin %-cont-%
  8977.  
  8978. !*strings.23083:receiving documents.</div>%2%
  8979.  
  8980. !*strings.23084:%sec-banner-begin%%0%%sec-banner-end%<div>The certificate that the site '%1%' has presented does not contain the correct site %-cont-%
  8981.  
  8982. !*strings.23085:name. It is possible, though unlikely, that someone may be trying to intercept your communication with this site.  If you suspect the %-cont-%
  8983.  
  8984. !*strings.23086:certificate shown below does not belong to the site you are connecting with, please cancel the connection and notify the site administrator. <p>%-cont-%
  8985.  
  8986. !*strings.23087:Here is the Certificate that is being presented:</div><hr><table><tr><td valign=top><font size=2>Certificate for: <br>Signed by: <br>Encryption: %-cont-%
  8987.  
  8988. !*strings.23088:</font></td><td valign=top><font size=2>%2%<br>%3%<br>%4% Grade (%5% with %6%-bit secret key)</font></td><td valign=bottom><input %-cont-%
  8989.  
  8990. !*strings.23089:type="submit" name="button" value="%moreinfo%"></td></tr></table><hr>%7%
  8991.  
  8992. !*strings.23100:%sec-banner-begin%%0%%sec-banner-end%Please enter your new password.  The safest passwords are a combination of letters %-cont-%
  8993.  
  8994. !*strings.23101:and numbers, are at least 8 characters long, and contain no words from a dictionary.<p>Password: <input type=password name=password1><p>Type in %-cont-%
  8995.  
  8996. !*strings.23102:your password, again, for verification:<p>Retype Password: <input type=password name=password2><p><b>Do not forget your password!  Your %-cont-%
  8997.  
  8998. !*strings.23103:password cannot be recovered. If you forget it, you will have to obtain new Certificates.</b>
  8999.  
  9000. !*strings.23109:%sec-banner-begin%%0%%sec-banner-end%You did not enter your password correctly.  Please try again:<p>Password: <input %-cont-%
  9001.  
  9002. !*strings.23110:type=password name=password1><p>Type in your password, again, for verification:<p>Retype Password: <input type=password name=password2><p>%-cont-%
  9003.  
  9004. !*strings.23111:<b>Do not forget your password!  Your password cannot be recovered. If you forget it, you will have to obtain new Certificates.</b> 
  9005.  
  9006. !*strings.23112:%sec-banner-begin%%0%%sec-banner-end%It is strongly recommended that you protect your Private Key with a %-cont-%
  9007.  
  9008. !*strings.23113:Navigator password.  If you do not want a password, leave the password field blank.<P>The safest passwords are at least 8 characters long, include %-cont-%
  9009.  
  9010. !*strings.23114:both letters and numbers, and contain no words from a dictionary.<P><table><tr><td>Password:</td><td><input type=password name=password1></td>%-cont-%
  9011.  
  9012. !*strings.23115:</td></tr><tr><td>Type it again to confirm:</td><td><input type=password name=password2></td><td valign=bottom></td></tr></table><B>Important: %-cont-%
  9013.  
  9014. !*strings.23116:Your password cannot be recovered.  If you forget it, you will lose all of your certificates.</B><P>If you wish to change your password or other security %-cont-%
  9015.  
  9016. !*strings.23117:preferences, choose Security Info from the Navigator menu.
  9017.  
  9018. !*strings.23128:%sec-banner-begin%%0%%sec-banner-end%You have elected to operate without a password.<p>If you decide that you %-cont-%
  9019.  
  9020. !*strings.23129:would like to have a password to protect your Private Keys and Certificates, you can set up a password in Security Preferences.
  9021.  
  9022. !*strings.23130:%sec-banner-begin%%0%%sec-banner-end%Change the password for the %1%.<p>Enter your old password: <input %-cont-%
  9023.  
  9024. !*strings.23131:type=password name=password value=%2%><P><P>Enter your new password.  Leave the password fields blank if you don't want a password.<p><table><tr><td>%-cont-%
  9025.  
  9026. !*strings.23132:New Password:</td><td><input type=password name=password1></td></tr><tr><td>Type it again to confirm:</td><td><input type=password name=password2>%-cont-%
  9027.  
  9028. !*strings.23133:</td></tr></table><p><B>Important: Your password cannot be recovered.  If you forget it, you will lose all of your certificates.</B>
  9029.  
  9030. !*strings.23140:%sec-banner-begin%%0%%sec-banner-end%Your attempt to change your password failed.<p>This may be because your %-cont-%
  9031.  
  9032. !*strings.23141:key database is inaccessible (which can happen if you were already running a Navigator when you started this one), or because of some other %-cont-%
  9033.  
  9034. !*strings.23142:error.<p>It may indicate that your key database file has been corrupted, in which case you should try to get it from of a backup, if possible. As %-cont-%
  9035.  
  9036. !*strings.23143:a last resort, you may need to delete your key database, after which you will have to obtain new personal Certificates.
  9037.  
  9038. !*strings.23194:<table border=0 cellpadding=0 cellspacing=0 width="100%%"><td><input type="button" value="%moreinfo%" width=80 onclick="parent.clicker(this,window.parent)"></td>%-cont-%
  9039.  
  9040. !*strings.23195:<td align="right" nowrap><input type="button" value="%ok%" width=80 onclick="parent.clicker(this,window.parent)">  %-cont-%
  9041.  
  9042. !*strings.23196:<input type="button" value="%cancel%" width=80 onclick="parent.clicker(this,window.parent)"></td></table>
  9043.  
  9044. !*strings.23199:<div align=right><input type="button" name="button" value="%finished%" onclick="parent.clicker(this,window.parent)" width=80>  %-cont-%
  9045.  
  9046. !*strings.23200:<input type="button" name="button" value="%cancel%" onclick="parent.clicker(this,window.parent)" width=80></div>%0%
  9047.  
  9048. !*strings.23211:%sec-banner-begin%%0%%sec-banner-end%This function is not implemented:<br>%1%<br>Certificate name:<br>%2%
  9049.  
  9050. !*strings.23212:%0%%1%
  9051.  
  9052. !*strings.23213:<b><FONT SIZE=4>WARNING: If you delete this Certificate you will not be able to read any E-mail that has been encrypted with it.</FONT></b><p>Are you sure that you want to delete this Personal Certificate?<p>%0%
  9053.  
  9054. !*strings.23214:Are you sure that you want to delete this Site Certificate?<p>%0%
  9055.  
  9056. !*strings.23215:Are you sure that you want to delete this Certificate Authority?<p>%0%
  9057.  
  9058. !*strings.23216:%0%<hr>This Certificate belongs to an SSL server site.<br><input type=radio name=allow value=yes %1%>Allow connections to this site<br>%-cont-%
  9059.  
  9060. !*strings.23217:<input type=radio name=allow value=no %2%>Do not allow connections to this site<hr><input type=checkbox name=postwarn value=yes %3%>Warn %-cont-%
  9061.  
  9062. !*strings.23218:before sending data to this site
  9063.  
  9064. !*strings.23224:%0%<hr><div>This Certificate belongs to a Certifying Authority<br> %-cont-%
  9065.  
  9066. !*strings.23225:%1%<br>%2%<br>%3%<hr><input %-cont-%
  9067.  
  9068. !*strings.23226:type=checkbox name=postwarn value=yes %4%>Warn before sending data to sites certified by this authority</div>
  9069.  
  9070. !*strings.23232:%sec-banner-begin%%0%%sec-banner-end%<b>Warning: You %-cont-%
  9071.  
  9072. !*strings.23233:are about to send encrypted information to the site %1%.</b><p>It is safer not to send information (particularly personal information, credit %-cont-%
  9073.  
  9074. !*strings.23234:card numbers, or passwords) to this site if you are in doubt about its Certificate or integrity.<br>Here is the Certificate for this site:<hr>%-cont-%
  9075.  
  9076. !*strings.23235:<table><tr><td valign=top><font size=2>Certificate for: <br>Signed by: <br>Encryption: </font></td><td valign=top><font size=2>%2%<br>%3%<br>%-cont-%
  9077.  
  9078. !*strings.23236:%4% Grade (%5% with %6%-bit secret key)</font></td><td valign=bottom><font size=2><input type="submit" name="button" value="%moreinfo%%-cont-%
  9079.  
  9080. !*strings.23237:"></font></td></tr></table><hr><input type=radio name=action value=sendandwarn checked>Send this information and warn again next %-cont-%
  9081.  
  9082. !*strings.23238:time<br><input type=radio name=action value=send>Send this information and do not warn again<br><input type=radio name=action value=dontsend>Do not send information<br>%7%
  9083.  
  9084. !*strings.23239:%sec-banner-begin%%0%%sec-banner-end%<div>You are about to %-cont-%
  9085.  
  9086. !*strings.23240:go through the process of accepting a Certificate Authority. This has serious implications on the security of future encryptions using %-cont-%
  9087.  
  9088. !*strings.23241:Netscape. This assistant will help you decide whether or not you wish to accept this Certificate Authority.</div>
  9089.  
  9090. !*strings.23252:%sec-banner-begin%%0%%sec-banner-end%<div>A Certificate %-cont-%
  9091.  
  9092. !*strings.23253:Authority certifies the identity of sites on the internet. By accepting this Certificate Authority, you will allow Netscape Navigator to connect %-cont-%
  9093.  
  9094. !*strings.23254:to and receive information from any site that this authority certifies without prompting or warning you.</div><p><div>If you choose to refuse this %-cont-%
  9095.  
  9096. !*strings.23255:Certificate Authority, you will be prompted before you connect to or receive information from any site that this authority certifies.</div> 
  9097.  
  9098. !*strings.23261:%sec-banner-begin%%0%%sec-banner-end%<div>Here is the certificate for this Certificate Authority. Examine it carefully. The %-cont-%
  9099.  
  9100. !*strings.23262:Certificate Fingerprint can be used to verify that this Authority is who they say they are. To do this, compare the Fingerprint against the %-cont-%
  9101.  
  9102. !*strings.23263:Fingerprint published by this authority in other places.</div><hr><table><tr><td valign=top><font size=2>Certificate for: <br>Signed by: </font></td>%-cont-%
  9103.  
  9104. !*strings.23264:<td valign=top><font size=2>%1%<br>%2%</font></td><td valign=bottom><font size=2><input type="submit" name="button" value="%moreinfo%%-cont-%
  9105.  
  9106. !*strings.23265:"></font></td></tr></table><hr>
  9107.  
  9108. !*strings.23266:%sec-banner-begin%%0%%sec-banner-end%<div>Are you willing to accept this Certificate Authority for the purposes of certifying %-cont-%
  9109.  
  9110. !*strings.23267:other internet sites, email users, or software developers?<p> %1%%2%%3%</div>
  9111.  
  9112. !*strings.23275:%sec-banner-begin%%0%%sec-banner-end%<div>By accepting this Certificate Authority, you have told Netscape Navigator %-cont-%
  9113.  
  9114. !*strings.23276:to connect to and receive information from any site that it certifies  without warning you or prompting you.</div><p><div>Netscape Navigator can, however, warn you before %-cont-%
  9115.  
  9116. !*strings.23277:you send information to such a site.</div><p><div><input type=checkbox name=postwarn value=yes %1%>Warn me before sending information to sites %-cont-%
  9117.  
  9118. !*strings.23278:certified by this Certificate Authority</div>
  9119.  
  9120. !*strings.23279:%sec-banner-begin%%0%%sec-banner-end%<div>You have accepted this Certificate Authority.  Please enter a short name to identify this %-cont-%
  9121.  
  9122. !*strings.23280:Certificate Authority, for example <b>Netscape Corporate CA</b>. <p>Name: <font size=4><input type=text %-cont-%
  9123.  
  9124. !*strings.23281:name=nickname></font></div>
  9125.  
  9126. !*strings.23282:%sec-banner-begin%%0%%sec-banner-end%By rejecting this Certificate Authority, you have told Netscape Navigator not to connect %-cont-%
  9127.  
  9128. !*strings.23283:to and receive information from any site that it certifies without prompting you.
  9129.  
  9130. !*strings.23294:%0%
  9131.  
  9132. !*strings.23295:%sec-banner-begin%%0%%sec-banner-end%The site '%1%' has requested client authentication.<p>Here is the %-cont-%
  9133.  
  9134. !*strings.23296:site's certificate:<hr><table><tr><td valign=top><font size=2>Certificate for: <br>Signed by: <br>Encryption: </font></td><td valign=top><font %-cont-%
  9135.  
  9136. !*strings.23297:size=2>%2%<br>%3%<br>%4% Grade (%5% with %6%-bit secret key)</font></td><td valign=bottom><input type="submit" name="button" value="%moreinfo%%-cont-%
  9137.  
  9138. !*strings.23298:"></td></tr></table><hr>Select Your Certificate:<select name=cert>%7%</select>%8%
  9139.  
  9140. !*strings.23304:%sec-banner-begin%%0%%sec-banner-end%The site '%1%' has requested client authentication, but you do not have a Personal %-cont-%
  9141.  
  9142. !*strings.23305:Certificate to authenticate yourself.  The site may choose not to give you access without one.%2%
  9143.  
  9144. !*strings.23306:%sec-banner-begin%%0%%sec-banner-end%<B>All of the files that you have requested were encrypted.</B><p> This means that the %-cont-%
  9145.  
  9146. !*strings.23307:files that make up the document are sent to you encrypted for privacy while in transit.<p> For more details on the encryption of this %-cont-%
  9147.  
  9148. !*strings.23308:document, open Document Information.<p> <center><input type="submit" name="button" value="%ok%"><input type="submit" name="button" %-cont-%
  9149.  
  9150. !*strings.23309:value="%showdocinfo%"></center>%1%
  9151.  
  9152. !*strings.23315:<img src=about:security?banner-mixed>%0%<br clear=all><p><B>Some of the files that you have requested were encrypted.</B><p> Some of these files %-cont-%
  9153.  
  9154. !*strings.23316:are sent to you encrypted for privacy while in transit. Others are not encrypted and can be observed by a third party while in transit.<p>To %-cont-%
  9155.  
  9156. !*strings.23317:find out exactly which files were encrypted and which were not, open Document Information.<p> <center><input type="submit" name="button" %-cont-%
  9157.  
  9158. !*strings.23318:value="%ok%"><input type="submit" name="button" value="%showdocinfo%"></center>%1%
  9159.  
  9160. !*strings.23319:<img src=about:security?banner-insecure>%0%<br clear=all><p><B>None of the files that you have requested are encrypted.</B><p>Unencrypted files can %-cont-%
  9161.  
  9162. !*strings.23320:be observed by a third party while in transit.<p> <center><input type="submit" name="button" value="%ok%"></center>%1%
  9163.  
  9164. !*strings.23336:RC2 encryption in CBC mode with a 40-bit key
  9165.  
  9166. !*strings.23337:RC2 encryption in CBC mode with a 64-bit key
  9167.  
  9168. !*strings.23338:RC2 encryption in CBC mode with a 128-bit key
  9169.  
  9170. !*strings.23339:DES encryption in CBC mode with a 56-bit key
  9171.  
  9172. !*strings.23340:DES EDE3 encryption in CBC mode with a 168-bit key
  9173.  
  9174. !*strings.23341:RC5 encryption in CBC mode with a 40-bit key
  9175.  
  9176. !*strings.23342:RC5 encryption in CBC mode with a 64-bit key
  9177.  
  9178. !*strings.23343:RC5 encryption in CBC mode with a 128-bit key
  9179.  
  9180. !*strings.23351:No valid encryption policy file was found for this English language \n\
  9181. version of Navigator.  All encryption and decryption will be disabled.
  9182.  
  9183. !*strings.23352:  (No ciphers are permitted)
  9184.  
  9185. !*strings.23353:  (When permitted)
  9186.  
  9187. !*strings.23354:%sec-banner-begin%%0%%sec-banner-end%<h3>Select ciphers to enable for S/MIME %1%</h3><ul>%2%</ul>%3%
  9188.  
  9189. !*strings.23355:%sec-banner-begin%%0%%sec-banner-end%<h3>Select ciphers to enable for SSL v2 %1%</h3><ul>%2%</ul>%3%
  9190.  
  9191. !*strings.23356:%sec-banner-begin%%0%%sec-banner-end%<h3>Select ciphers to enable for SSL v3 %1%</h3><ul>%2%</ul>%3%
  9192.  
  9193. !*strings.23392:%sec-banner-begin%%0%%sec-banner-end%When you click OK, Navigator will generate a Private Key for your %-cont-%
  9194.  
  9195. !*strings.23393:Certificate.  This may take a few minutes.<P><B>Important: If you interrupt this process, you will have to reapply for the Certificate.</B>%1% %2% %3%<P>
  9196.  
  9197. !*strings.23394:Key Generation Info
  9198.  
  9199. !*strings.23401:%sec-banner-begin%%0%%sec-banner-end%%1% is a site that uses encryption to protect transmitted information.  However the %-cont-%
  9200.  
  9201. !*strings.23402:digital Certificate that identifies this site has expired.  This may be because the certificate has actually expired, or because the date on %-cont-%
  9202.  
  9203. !*strings.23403:your computer is wrong.<p>The certificate expires on %2%.<p>Your computer's date is set to %3%.  If this date is incorrect, then you %-cont-%
  9204.  
  9205. !*strings.23404:should reset the date on your computer.<p>You may continue or cancel this connection.%4%
  9206.  
  9207. !*strings.23410:%sec-banner-begin%%0%%sec-banner-end%%1% is a site that uses encryption to protect transmitted information.  However the %-cont-%
  9208.  
  9209. !*strings.23411:digital Certificate that identifies this site is not yet valid.  This may be because the certificate was installed too soon by the site %-cont-%
  9210.  
  9211. !*strings.23412:administrator, or because the date on your computer is wrong.<p>The certificate is valid beginning %2%.<p>Your computer's date is set to %-cont-%
  9212.  
  9213. !*strings.23413:%3%.  If this date is incorrect, then you should reset the date on your computer.<p>You may continue or cancel this connection.%4%
  9214.  
  9215. !*strings.23419:%sec-banner-begin%%0%%sec-banner-end%%1% is a site that uses encryption to protect transmitted information.  However one of %-cont-%
  9216.  
  9217. !*strings.23420:the Certificate Authorities that identifies this site has expired.  This may be because a certificate has actually expired, or because the date %-cont-%
  9218.  
  9219. !*strings.23421:on your computer is wrong. Press the More Info button to see details of the expired certificate.<hr><table cellspacing=0 cellpadding=0><tr><td %-cont-%
  9220.  
  9221. !*strings.23422:valign=top><font size=2>Certificate Authority: <br>Expiration Date: </font></td><td valign=top><font size=2>%2%<br>%3%</font></td><td %-cont-%
  9222.  
  9223. !*strings.23423:valign=center align=right><input type="submit" name="button" value="%moreinfo%"></td></tr></table><hr>Your computer's date is set %-cont-%
  9224.  
  9225. !*strings.23424:to %4%.  If this date is incorrect, then you should reset the date on your computer.<p>You may continue or cancel this connection.
  9226.  
  9227. !*strings.23430:%sec-banner-begin%%0%%sec-banner-end%%1% is a site that uses encryption to protect transmitted information.  However one of %-cont-%
  9228.  
  9229. !*strings.23431:the Certificate Authorities that identifies this site is not yet valid.  This may be because a certificate was install too soon by the site %-cont-%
  9230.  
  9231. !*strings.23432:administrator, or because the date on your computer is wrong. Press the More Info button to see details of the expired certificate.<hr><table %-cont-%
  9232.  
  9233. !*strings.23433:cellspacing=0 cellpadding=0><tr><td valign=top><font size=2>Certificate Authority: <br>Certificate Valid On: </font></td><td valign=top><font %-cont-%
  9234.  
  9235. !*strings.23434:size=2>%2%<br>%3%</font></td><td valign=center align=right><input type="submit" name="button" value="%moreinfo%"></td></tr></table>%-cont-%
  9236.  
  9237. !*strings.23435:<hr>Your computer's date is set to %4%.  If this date is incorrect, then you should reset the date on your computer.<p>You may continue or cancel %-cont-%
  9238.  
  9239. !*strings.23436:this connection.
  9240.  
  9241. !*strings.23492:Cancel
  9242.  
  9243. !*strings.23493:OK
  9244.  
  9245. !*strings.23494:Continue
  9246.  
  9247. !*strings.23495:Next>
  9248.  
  9249. !*strings.23496:<Back
  9250.  
  9251. !*strings.23497:Finish
  9252.  
  9253. !*strings.23498:More Info...
  9254.  
  9255. !*strings.23499:Show Certificate
  9256.  
  9257. !*strings.23500:Show Order
  9258.  
  9259. !*strings.23501:Show Document Info
  9260.  
  9261. !*strings.23507:Next>
  9262.  
  9263. !*strings.23508:<Back
  9264.  
  9265. !*strings.23509:Save As...
  9266.  
  9267. !*strings.23516:Alert
  9268.  
  9269. !*strings.23517:View A Certificate
  9270.  
  9271. !*strings.23518:Certificate Name Check
  9272.  
  9273. !*strings.23519:Certificate Is Expired
  9274.  
  9275. !*strings.23520:Certificate Is Not Yet Good
  9276.  
  9277. !*strings.23521:Certificate Authority Is Expired
  9278.  
  9279. !*strings.23522:Certificate Authority Is Not Yet Good
  9280.  
  9281. !*strings.23523:Encryption Information
  9282.  
  9283. !*strings.23534:View A Personal Certificate
  9284.  
  9285. !*strings.23535:Delete A Personal Certificate
  9286.  
  9287. !*strings.23536:Delete A Site Certificate
  9288.  
  9289. !*strings.23537:Delete A Certificate Authority
  9290.  
  9291. !*strings.23538:Edit A Site Certificate
  9292.  
  9293. !*strings.23539:Edit A Certification Authority
  9294.  
  9295. !*strings.23540:No User Certificate
  9296.  
  9297. !*strings.23541:Select A Certificate
  9298.  
  9299. !*strings.23542:Security Information
  9300.  
  9301. !*strings.23543:Generate A Private Key
  9302.  
  9303. !*strings.23544:New Site Certificate
  9304.  
  9305. !*strings.23545:New Certificate Authority
  9306.  
  9307. !*strings.23552:Setting Up Your Navigator Password
  9308.  
  9309. !*strings.23553:Change Your Navigator Password
  9310.  
  9311. !*strings.23554:Enable Your Navigator Password
  9312.  
  9313. !*strings.23555:Password Error
  9314.  
  9315. !*strings.23556:Configure Ciphers
  9316.  
  9317. !*strings.23557:%sec-banner-begin%%0%%sec-banner-end%The certificate that you have selected has expired and may %-cont-%
  9318.  
  9319. !*strings.23558:be rejected by the server.  You may press Continue to send it anyway, or Cancel to abort this connection.
  9320.  
  9321. !*strings.23569:%sec-banner-begin%%0%%sec-banner-end%<table><tr><td>The certificate that you have selected has expired and may %-cont-%
  9322.  
  9323. !*strings.23570:be rejected by the server.  You may press %continue% to send it anyway, or %cancel% to abort this connection.  To renew your %-cont-%
  9324.  
  9325. !*strings.23571:certificate press the %renew% button.</td><td><input type=submit name=button value=%renew%></td></tr></table>
  9326.  
  9327. !*strings.23577:Renew
  9328.  
  9329. !*strings.23578:%sec-banner-begin%%0%%sec-banner-end%The certificate that you have selected is not yet valid and may be rejected by the server.  You may press Continue to send it anyway, or Cancel to abort this connection.
  9330.  
  9331. !*strings.23579:Your Certificate Is Expired
  9332.  
  9333. !*strings.23580:Ask every time
  9334.  
  9335. !*strings.23581:Let Navigator choose automatically
  9336.  
  9337. !*strings.23582:1024 (High Grade)
  9338.  
  9339. !*strings.23583: 768 (Medium Grade)
  9340.  
  9341. !*strings.23584: 512 (Low Grade)
  9342.  
  9343. !*strings.23640:View Certificate Policy
  9344.  
  9345. !*strings.23641:Check Certificate Status
  9346.  
  9347. !*strings.23642:RC4 encryption with a 128-bit key
  9348.  
  9349. !*strings.23643:RC2 encryption with a 128-bit key
  9350.  
  9351. !*strings.23644:Triple DES encryption with a 168-bit key
  9352.  
  9353. !*strings.23645:DES encryption with a 56-bit key
  9354.  
  9355. !*strings.23646:RC4 encryption with a 40-bit key
  9356.  
  9357. !*strings.23647:RC2 encryption with a 40-bit key
  9358.  
  9359. !*strings.23653:RC4 encryption with a 128-bit key and an MD5 MAC
  9360.  
  9361. !*strings.23654:Triple DES encryption with a 168-bit key and a SHA-1 MAC
  9362.  
  9363. !*strings.23655:DES encryption with a 56-bit key and a SHA-1 MAC
  9364.  
  9365. !*strings.23656:RC4 encryption with a 40-bit key and an MD5 MAC
  9366.  
  9367. !*strings.23657:RC2 encryption with a 40-bit key and an MD5 MAC
  9368.  
  9369. !*strings.23658:No encryption with an MD5 MAC
  9370.  
  9371. !*strings.23659:RC4 encryption with a 56-bit key and a SHA-1 MAC
  9372.  
  9373. !*strings.23660:DES encryption in CBC mode with a 56-bit key and a SHA-1 MAC
  9374.  
  9375. !*strings.23709:<h3>CRL List:</h3><table><tr><td><select name=crl size=10>%0%</select></td><td valign="middle">%-cont-%
  9376.  
  9377. !*strings.23710:<input type="submit" name="button" value="%new%"></input><br>%-cont-%
  9378.  
  9379. !*strings.23711:<input type="submit" name="button" value="%reload%"></input><br>%-cont-%
  9380.  
  9381. !*strings.23712:<input type="submit" name="button" value="%moreinfo%"></input><br>%-cont-%
  9382.  
  9383. !*strings.23713:<input type="submit" name="button" value="%delete%"></input><br>%-cont-%
  9384.  
  9385. !*strings.23714:</td></tr></table>
  9386.  
  9387. !*strings.23715:New/Edit ...
  9388.  
  9389. !*strings.23716:Reload
  9390.  
  9391. !*strings.23717:Delete
  9392.  
  9393. !*strings.23718:FIPS 140-1 compliant triple DES encryption and SHA-1 MAC
  9394.  
  9395. !*strings.23719:FIPS 140-1 compliant DES encryption and SHA-1 MAC
  9396.  
  9397. !*strings.23727:Edit Security Module
  9398.  
  9399. !*strings.23728:Create a New Security Module
  9400.  
  9401. !*strings.23734:FORTEZZA encryption with a 80-bit key and an SHA-1 MAC
  9402.  
  9403. !*strings.23735:FORTEZZA authentication with RC4 128-bit key and an SHA-1 MAC
  9404.  
  9405. !*strings.23736:No encryption with FORTEZZA authentication and an SHA-1 MAC
  9406.  
  9407. !*strings.23742:Please enter the password or the pin for\n\
  9408. %s.
  9409.  
  9410. !*strings.23743:%sec-banner-begin%%0%%sec-banner-end%The %1% has not been initialized with a User PIN or Password.  In order %-cont-%
  9411.  
  9412. !*strings.23744:to initialize this card, you must enter the Administration or Site Security Password.  If you do not know this password, please hit <B>cancel</B>, and %-cont-%
  9413.  
  9414. !*strings.23745:take this card back to your issuer to be initialized.<p>Enter adminstration Password for the %2%:<input type=password name=ssopassword>.
  9415.  
  9416. !*strings.23751:%sec-banner-begin%%0%%sec-banner-end%The administration password you entered for the %1% was incorrect.  %-cont-%
  9417.  
  9418. !*strings.23752:Many cards disable themselves after too many incorrect password attempts.  If you do not know this password, please hit <B>cancel</B>, and take this card %-cont-%
  9419.  
  9420. !*strings.23753:back to your issuer to be initialized.<p>Enter adminstration Password for the %2%:<input type=password name=ssopassword>.
  9421.  
  9422. !*strings.23754:%sec-banner-begin%%0%%sec-banner-end%The %1% could not be initialized because of the following error:<p> %2%
  9423.  
  9424. !*strings.23755:Edit Defaults...
  9425.  
  9426. !*strings.23756:Login
  9427.  
  9428. !*strings.23757:Logout
  9429.  
  9430. !*strings.23758:%0%%1%%2%%3%%4%%5%
  9431.  
  9432. !*strings.23759:Security Info
  9433.  
  9434. !*strings.23760:Set Password...
  9435.  
  9436. !*strings.23761:Slot or Token does not require a login.
  9437.  
  9438. !*strings.23762:Slot or Token is already logged in.
  9439.  
  9440. !*strings.23763:<p>Select the card or database you wish to generate your key in:<SELECT name="tokenName">
  9441.  
  9442. !*strings.23764:Token %s is write protected, certs and keys cannot be deleted
  9443.  
  9444. !*strings.23766:Slot failed to Initialize.
  9445.  
  9446. !*strings.23767:User has manually disabled this slot.
  9447.  
  9448. !*strings.23768:Token failed startup tests.
  9449.  
  9450. !*strings.23769:Permanent Token not present.
  9451.  
  9452. !*strings.23780:Java Security
  9453.  
  9454. !*strings.23781:Java Security (Delete Privilege)
  9455.  
  9456. !*strings.23782:Java Security (Edit Privileges)
  9457.  
  9458. !*strings.23783:Are you sure that you want to delete all the privileges for all applets and scripts from <b>%0%</b>?
  9459.  
  9460. !*strings.23784:Allow applets and scripts from <b> %0% </b> to have the following access %-cont-%
  9461.  
  9462. !*strings.23785:<table><tr><td colspan=3>Always:</td></tr> <tr><td><select name=target size=3> %1% </select></td> %-cont-%
  9463.  
  9464. !*strings.23786:<td></td><td> <input type="submit" name="button" value="%delete%"></input>%-cont-%
  9465.  
  9466. !*strings.23787:<input type="submit" name="button" value="%moreinfo%"></input></td></tr></table>%-cont-%
  9467.  
  9468. !*strings.23788:<table><tr><td colspan=3>For this session only:</td></tr> <tr><td><select name=target size=3> %2% </select></td> %-cont-%
  9469.  
  9470. !*strings.23789:<td></td><td> <input type="submit" name="button" value="%delete%"></input>%-cont-%
  9471.  
  9472. !*strings.23790:<input type="submit" name="button" value="%moreinfo%"></input></td></tr></table>%-cont-%
  9473.  
  9474. !*strings.23791:<table><tr><td colspan=3>Never:</td></tr> <tr><td><select name=target size=3> %3% </select></td> %-cont-%
  9475.  
  9476. !*strings.23792:<td></td><td> <input type="submit" name="button" value="%delete%"></input>%-cont-%
  9477.  
  9478. !*strings.23793:<input type="submit" name="button" value="%moreinfo%"></input></td></tr></table>
  9479.  
  9480. !*strings.23804:Are you sure that you want to delete the <b>%0%</b> privileges for all applets and scripts from <b>%1%</b>?
  9481.  
  9482. !*strings.23805:<b> %0% </b> is a <b> %1% </b> access.<br> <ul>It consists of:<br><select name=details size=6> %2% </select></ul>
  9483.  
  9484. !*strings.23806:<table BORDER=0><tr><td VALIGN=top><font SIZE=2><b>Danger <SPACER TYPE=horizontal SIZE=7></B><br></td> %-cont-%
  9485.  
  9486. !*strings.23807:<td "100%%"><font SIZE=2>A Java applet or JavaScript script from <b>%0%</b> is requesting unusual access to your computer or network. %-cont-%
  9487.  
  9488. !*strings.23808:You should not grant this access unless you trust that vendor or distributor.</td></tr><tr><td valign=top colspan=2><center> <input type="submit" name="button" value="%3%"></input> %-cont-%
  9489.  
  9490. !*strings.23809:</center><spacer type=vertical size=20></td></tr> <tr><td></td><td><font size=2>The access requested is <b>%1%</b> and consists of:</td></tr> %-cont-%
  9491.  
  9492. !*strings.23810:<tr><td coldspan=2><center><table> <td><select multiple name=target size=4>%2%</select></td> <td><input type="submit" name="button" value="%moreinfo%"> </input></td></table></center></td></tr></table> %-cont-%
  9493.  
  9494. !*strings.23811:<br>Do you wish to grant the requested access? <br><spacer type=horizontal size=5><input type=radio name=perm value=yes> Yes, grant this access to all applets and scripts from <b>%0%</b> for this session %-cont-%
  9495.  
  9496. !*strings.23812:<br><spacer type=horizontal size=5><input type=radio name=perm value=no checked> No, deny this access (This may mean the applet or script cannot work properly) %-cont-%
  9497.  
  9498. !*strings.23813:<br><input type=checkbox name=remember> Remember this decision for all applets and scripts from <b>%0%</b><br></td></table>
  9499.  
  9500. !*strings.23824:<table BORDER=0><tr><td VALIGN=top><font SIZE=2><b>Danger <SPACER TYPE=horizontal SIZE=7></B><br></td> %-cont-%
  9501.  
  9502. !*strings.23825:<td "100%%"><font SIZE=2>A Java applet or JavaScript script on the server "<b>%0%</b>" is requesting unusual access to your computer or network. %-cont-%
  9503.  
  9504. !*strings.23826:It is <b>not digitally signed</b>. Be aware that it may have been tampered with and may cause harm to your computer. </td></tr> <tr><td></td><td><font size=2>The access requested is <b>%1%</b> and consists of:</td></tr> %-cont-%
  9505.  
  9506. !*strings.23827:<tr><td coldspan=2><center><table> <td><select multiple name=target size=4>%2%</select></td> <td><input type="submit" name="button" value="%moreinfo%"> </input></td></table></center></td></tr></table> %-cont-%
  9507.  
  9508. !*strings.23828:<br>Do you wish to grant the requested access? <br><spacer type=horizontal size=5><input type=radio name=perm value=yes> Yes, grant this access to all applets and scripts on the "<b>%0%</b>" server for this session %-cont-%
  9509.  
  9510. !*strings.23829:<br><spacer type=horizontal size=5><input type=radio name=perm value=no checked> No, deny this access (This may mean the applet or script cannot work properly) %-cont-%
  9511.  
  9512. !*strings.23830:<br><input type=checkbox name=remember> Remember this decision for all applets and scripts on the "<b>%0%</b>" server <br></td></table>
  9513.  
  9514. !*strings.23841:<b>Security Module Name:</b> <input name="name"><br><b>Security Module File:</b> <input name="library"><br>
  9515.  
  9516. !*strings.23842:You must specify a PKCS #11 Version 2.0 library to load\n
  9517.  
  9518. !*strings.23843:<b>Slot Description:</b> %0%<br><b>Manufacturer:</b> %1%<br><b>Version Number:</b> %2%<br><b>Firmware Version:</b> %3%<br>%-cont-%
  9519.  
  9520. !*strings.23844:%4%<b>Token Name:</b> %5%<br><b>Token Manufacturer:</b>%6%<br><b>Token Model:</b> %7%<br><b>Token Serial Number:</b>%8%<br>%-cont-%
  9521.  
  9522. !*strings.23845:<b>Token Version:</b> %9%<br><b>Token Firmware Version:</b> %10%<br><b>Login Type:</b> %11%<br><b>State:</b>%12%%13%%14%
  9523.  
  9524. !*strings.23846:Token/Slot Information
  9525.  
  9526. !*strings.23847:Login Required
  9527.  
  9528. !*strings.23848:Public (no login required)
  9529.  
  9530. !*strings.23849:Ready
  9531.  
  9532. !*strings.23850:<font color=red>Not Logged In</font>
  9533.  
  9534. !*strings.23851:<font color=red>Uninitialized</font>
  9535.  
  9536. !*strings.23852:<font color=red>Not Present</font>
  9537.  
  9538. !*strings.23853:<font color=red>Disabled(
  9539.  
  9540. !*strings.23854:)</font>
  9541.  
  9542. !*strings.23860: Initialize Token
  9543.  
  9544. !*strings.23861: Change Password 
  9545.  
  9546. !*strings.23862:   Set Password  
  9547.  
  9548. !*strings.23863:   No Password   
  9549.  
  9550. !*strings.23864:%sec-banner-begin%%0%%sec-banner-end%You are downloading the e-mail certificate of another user.  After accepting %-cont-%
  9551.  
  9552. !*strings.23865:this certificate you will be able to send encrypted e-mail to this user. Press the More Info button to see details of the e-mail certificate. %-cont-%
  9553.  
  9554. !*strings.23866:<hr><table cellspacing=0 cellpadding=0><tr><td valign=top><table cellspacing=0 cellpadding=0><tr><td><font size=2>Certificate For:%-cont-%
  9555.  
  9556. !*strings.23867:</font></td><td><font size=2>%1%</font></td></tr><tr><td><font size=2>Email Address:</font></td><td><font size=2>%2%</font></td></tr><tr><td>%-cont-%
  9557.  
  9558. !*strings.23868:<font size=2>Certified By:</font></td><td><font size=2>%3%</font></td></tr></table></td><td valign=center align=right><input type="submit" name="button" value="%moreinfo%"></td></tr></table><hr>
  9559.  
  9560. !*strings.23874:Download an E-Mail Certificate
  9561.  
  9562. !*strings.23875:Accept this Certificate Authority for Certifying network sites
  9563.  
  9564. !*strings.23876:Accept this Certificate Authority for Certifying e-mail users
  9565.  
  9566. !*strings.23877:Accept this Certificate Authority for Certifying software developers
  9567.  
  9568. !*strings.23878:%0%<p>%1%
  9569.  
  9570. !*strings.23879:Select A Certificate
  9571.  
  9572. !*strings.23880:Please select a certificate to edit:<p>
  9573.  
  9574. !*strings.23881:Please select a certificate to delete:<p>
  9575.  
  9576. !*strings.23882:Please select a certificate to view:<p>
  9577.  
  9578. !*strings.23883:Please select a certificate to verify:<p>
  9579.  
  9580. !*strings.23884:Delete An E-mail Certificate
  9581.  
  9582. !*strings.23885:Are you sure that you want to delete this E-mail Certificate?<p>%0%
  9583.  
  9584. !*strings.23937:Netscape Communications Corp    
  9585.  
  9586. !*strings.23938:Navigator Internal Crypto Svc   
  9587.  
  9588. !*strings.23939:Navigator Generic Crypto Svcs   
  9589.  
  9590. !*strings.23940:Navigator Certificate DB        
  9591.  
  9592. !*strings.23946:Navigator Internal Cryptographic Services Version 4.0           
  9593.  
  9594. !*strings.23947:Navigator User Private Key and Certificate Services             
  9595.  
  9596. !*strings.23953:Netscape Internal FIPS-140-1 Cryptographic Services             
  9597.  
  9598. !*strings.23954:Netscape FIPS-140-1 User Private Key Services                   
  9599.  
  9600. !*strings.23955:Verification of the selected certificate failed for the following reasons:<p>%0%
  9601.  
  9602. !*strings.23956:Verify A Certificate
  9603.  
  9604. !*strings.23962:The Certificate has been successfully verified.
  9605.  
  9606. !*strings.23963:Certificate has expired
  9607.  
  9608. !*strings.23964:Not certified for %s
  9609.  
  9610. !*strings.23965:Certificate not trusted
  9611.  
  9612. !*strings.23966:Unable to find Certificate Authority
  9613.  
  9614. !*strings.23967:Certificate signature is invalid
  9615.  
  9616. !*strings.23968:Certificate Revocation List is invalid
  9617.  
  9618. !*strings.23969:Certificate has been revoked
  9619.  
  9620. !*strings.23970:Not a valid Certificate Authority
  9621.  
  9622. !*strings.23971:Internal Error
  9623.  
  9624. !*strings.23972:Digital Signing
  9625.  
  9626. !*strings.23973:Encryption
  9627.  
  9628. !*strings.23974:Certificate Signing
  9629.  
  9630. !*strings.23975:Unknown Usage
  9631.  
  9632. !*strings.23976:E-Mail Certification
  9633.  
  9634. !*strings.23977:Internet Site Certification
  9635.  
  9636. !*strings.23978:Software Developer Certification
  9637.  
  9638. !*strings.23979:E-Mail
  9639.  
  9640. !*strings.23980:Internet Site
  9641.  
  9642. !*strings.23981:Software Developer
  9643.  
  9644. !*strings.23987:%0%
  9645.  
  9646. !*strings.23988:This will replace the Netscape internal module with the Netscape FIPS-140-1 cryptographic module.\n\
  9647. \n\
  9648. The FIPS-140-1 cryptographic module limits security 
  9649.  
  9650. !*strings.23989:functions to those approved by the United States Federal Government's internal standards.\n\
  9651. \n\
  9652. Do you wish to delete the internal module, anyway?
  9653.  
  9654. !*strings.23995:This will replace the FIPS-140-1 cryptographic module with the Netscape internal module.\n\
  9655. \n\
  9656. This means that Navigator will no longer be FIPS-140-1 compliant (security 
  9657.  
  9658. !*strings.23996:functions to those approved by the United States Federal Government's internal standards).\n\
  9659. \n\
  9660. Do you wish to delete the FIPS-140-1 module, anyway?
  9661.  
  9662. !*strings.23997:Search
  9663.  
  9664. !*strings.23998:Search Directory for Certificates
  9665.  
  9666. !*strings.24004:<div align=right><input type="button" name="button" value="%fetch%" onclick="parent.clicker(this,window.parent)" width=80>  <input type="button" name="button" value="%cancel%" onclick="parent.clicker(this,window.parent)" width=80>%0%
  9667.  
  9668. !*strings.24005:Navigator will search network Directories for the Security Certificates that are used to send other people encrypted mail messages.<p>Enter the exact E-mail %-cont-%
  9669.  
  9670. !*strings.24006:addresses of the people you are looking for and press Search. <table border=0 cellspacing=0 cellpadding=5><tr><td><b>Directory:</b></td><td><select name=dirmenu>%0%%-cont-%
  9671.  
  9672. !*strings.24007:</select></td></tr>%-cont-%
  9673.  
  9674. !*strings.24008:<tr><td><b>E-mail Addresses:</b></td><td><input type=text name=searchfor size=50></td></tr></table>
  9675.  
  9676. !*strings.24014:All Directories
  9677.  
  9678. !*strings.24015:Search Results
  9679.  
  9680. !*strings.24016:Press the <b>%ok%</b> button to save the Certificates that were found, or <b>%cancel%</b> to discard them.<p>Certificates for the following E-Mail users were found in the directory:<br> %0%<p>%1%%2%
  9681.  
  9682. !*strings.24017:Certificates for the following E-Mail users were not found in the directory:<br>
  9683.  
  9684. !*strings.24018:Send Your E-Mail Certificate To A Directory
  9685.  
  9686. !*strings.24019:Select the Directory to send your Certificate to:<p><select name=dirmenu>%0%</select><br>%-cont-%
  9687.  
  9688. !*strings.24020:Navigator will send your Security Certificate to a network Directory so that other user's can easily find it to send you encrypted messages.
  9689.  
  9690. !*strings.24021:%0%%1%%2%%3%%4%
  9691.  
  9692. !*strings.24022:Navigator will search a Directory for the Security Certificates that are needed to send this encrypted message. %-cont-%
  9693.  
  9694. !*strings.24023:<input type=hidden name=searchfor value="%0%"><table border=0 cellspacing=0 cellpadding=5><tr><td><b>Select a Directory:</b></td><td><select name=dirmenu>%1%%-cont-%
  9695.  
  9696. !*strings.24024:</select></td></tr><tr><td valign=top><b>Searching For:</b></td><td>%2%</td></tr></table>
  9697.  
  9698. !*strings.24075:Sending to Directory
  9699.  
  9700. !*strings.24076:Searching Directory
  9701.  
  9702. !*strings.24077:Enter Password for Directory
  9703.  
  9704. !*strings.24078:An error occurred when communicating with the Directory
  9705.  
  9706. !*strings.24079:%sec-banner-begin%%0%%sec-banner-end%Navigator is about to generate a Private Key for you.  It will be used along with the Certificate you are now %-cont-%
  9707.  
  9708. !*strings.24080:now requesting to identify you to WebSites and via Email.  You Private Key never leaves your computer, and if you choose, will be protected by a Navigator password.<P>%-cont-%
  9709.  
  9710. !*strings.24081:Passwords are particularly important if you are in an environment where other people have access to your computer, either physically or over a network.  %-cont-%
  9711.  
  9712. !*strings.24082:Do not give others your password, because that would allow them to use your Certificate to impersonate you.<P>%-cont-%
  9713.  
  9714. !*strings.24083:Navigator uses a complex mathematical operation to generate your private key.  It may take up to severeal minutes to complete.  If you interrupt %-cont-%
  9715.  
  9716. !*strings.24084:Navigator during this process, it will not create your key, and you will have to reapply for your Certificate.
  9717.  
  9718. !*strings.24090:%sec-banner-begin%%0%%sec-banner-end%Passwords are particularly important if you are in an environment where other %-cont-%
  9719.  
  9720. !*strings.24091:people have access to your computer, either physically or over a network.  Do not give others your password, because that would allow them to use your %-cont-%
  9721.  
  9722. !*strings.24092:Certificate to impersonate you.<P>The safest passwords are at least 8 characters long, include both letters, and number or symbols, and contain no words found in a dictionary.
  9723.  
  9724. !*strings.24098:Select a Card or Database
  9725.  
  9726. !*strings.24099:Select the card or database you wish to import certificates to: <BR> <SELECT NAME="tokenName" SIZE=10>%0%</SELECT>
  9727.  
  9728. !*strings.24100:Not a valid FORTEZZA Certificate Authority
  9729.  
  9730. !*strings.24101:Certificate does not have a Recognized Public Key
  9731.  
  9732. !*strings.24102:Save this file encrypted [ok] or unencrypted [cancel]
  9733.  
  9734. !*strings.24103:Successive login failures may disable this card or database. Password is invalid. Retry?\n\
  9735.     %s\n
  9736.  
  9737. !*strings.24104:No Compromised Key List for the certificate has been found.\n\
  9738. You must load the Compromised Key List before continuing.
  9739.  
  9740. !*strings.24105:The Compromised Key List for the certificate has expired.\n\
  9741. Reload a new Compromised Key List.
  9742.  
  9743. !*strings.24106:The Compromised Key List for the certificate has an invalid signature.\n\
  9744. Reload a new Compromised Key List.
  9745.  
  9746. !*strings.24107:The key for the certificate has been revoked.
  9747.  
  9748. !*strings.24108:The Compromised Key List has an invalid format.
  9749.  
  9750. !*strings.24109:Netscape is unable to communicate securely with this site\n\
  9751. because the domain to which you are attempting to connect\n\
  9752. does not match the domain name in the server's certificate.
  9753.  
  9754. !*strings.24160:Digital Signature
  9755.  
  9756. !*strings.24161:The site '%0%' has requested that you sign the following message:<br><pre><dl><dd><tt>%1%</dl></tt></pre><br><b>If you agree to sign this message press %ok%, otherwise press %cancel%.</b>
  9757.  
  9758. !*strings.24200:The site '%0%' has requested that you sign the following message:<br><pre><dl><dd><tt>%1%</dl></tt></pre><br>Please select a certificate %-cont-%
  9759.  
  9760. !*strings.24201:to use for signing:<br><SELECT NAME=certname>%2%</SELECT><br><b>If you agree to sign this message press %ok%, otherwise press %cancel%.</b>
  9761.  
  9762. !*strings.24202:View/Edit A Personal Certificate
  9763.  
  9764. !*strings.24203:%0%<hr><div><b>This email user's certificate does not have a trusted issuer.</b> <br>You may decide to directly trust this certificate to permit the %-cont-%
  9765.  
  9766. !*strings.24204:exchange of signed and encrypted e-mail with this user. <p>%-cont-%
  9767.  
  9768. !*strings.24205:To be safe, before deciding to trust this certificate, you should contact the e-mail user and verify that the certificate fingerprint %-cont-%
  9769.  
  9770. !*strings.24206: listed above is the same as the one he or she has.<p><input type=radio name=dirtrust value=no %1%>Do not trust this certificate.<br> %-cont-%
  9771.  
  9772. !*strings.24207:<input type=radio name=dirtrust value=yes %2%>Trust this certificate even though it does not have a trusted issuer.</div>
  9773.  
  9774. !*strings.24213:<font face="Impress BT, Verdana, Arial, Helvetica, sans-serif" point-size=16>
  9775.  
  9776. !*strings.24214:<STYLE TYPE="text/css"> DIV { FONT-FAMILY: "Prima Sans BT", Verdana, Arial, Helvetica, Lucida; FONT-SIZE: 10pt;} TD { FONT-FAMILY: "PrimaSans BT", Verdana, Arial, Helvetica, Lucida; %-cont-%
  9777.  
  9778. !*strings.24215:FONT-SIZE: 10pt;} BODY { FONT-FAMILY: "Prima Sans BT", Verdana, Arial, Helvetica, Lucida; FONT-SIZE: 10 pt;} %-cont-%
  9779.  
  9780. !*strings.24216:H1, H2, H3 { font-weight: 700;} H1 { FONT-SIZE: 16PT; } H2 {FONT-SIZE: 14PT;} </STYLE>
  9781.  
  9782. !*strings.24500:
  9783.  
  9784. !*strings.24501:View
  9785.  
  9786. !*strings.24502:Edit
  9787.  
  9788. !*strings.24503:Verify
  9789.  
  9790. !*strings.24504:Delete
  9791.  
  9792. !*strings.24505:Export
  9793.  
  9794. !*strings.24506:Delete Expired
  9795.  
  9796. !*strings.24507:Remove
  9797.  
  9798. !*strings.24508:Get a Certificate...
  9799.  
  9800. !*strings.24509:Get Certificates...
  9801.  
  9802. !*strings.24510:Import a Certificate...
  9803.  
  9804. !*strings.24511:View Certificate
  9805.  
  9806. !*strings.24512:Edit Privileges
  9807.  
  9808. !*strings.24513:View/Edit
  9809.  
  9810. !*strings.24514:Add
  9811.  
  9812. !*strings.24515:Logout All
  9813.  
  9814. !*strings.24516:OK
  9815.  
  9816. !*strings.24517:Cancel
  9817.  
  9818. !*strings.24518:Help
  9819.  
  9820. !*strings.24519:Search Directory
  9821.  
  9822. !*strings.24520:Send Certificate To Directory
  9823.  
  9824. !*strings.24521:Open Page Info
  9825.  
  9826. !*strings.24522:Security Info
  9827.  
  9828. !*strings.24523:Passwords
  9829.  
  9830. !*strings.24524:Navigator
  9831.  
  9832. !*strings.24525:Messenger
  9833.  
  9834. !*strings.24526:Java/JavaScript
  9835.  
  9836. !*strings.24527:Certificates
  9837.  
  9838. !*strings.24528:Yours
  9839.  
  9840. !*strings.24529:People
  9841.  
  9842. !*strings.24530:Web Sites
  9843.  
  9844. !*strings.24531:Software Developers
  9845.  
  9846. !*strings.24532:Signers
  9847.  
  9848. !*strings.24533:Cryptographic Modules
  9849.  
  9850. !*strings.24534:Security Info
  9851.  
  9852. !*strings.24535:Passwords
  9853.  
  9854. !*strings.24536:Navigator
  9855.  
  9856. !*strings.24537:Messenger
  9857.  
  9858. !*strings.24538:Java/JavaScript
  9859.  
  9860. !*strings.24539:Certificates
  9861.  
  9862. !*strings.24540:Your Certificates
  9863.  
  9864. !*strings.24541:Other People's Certificates
  9865.  
  9866. !*strings.24542:Web Sites' Certificates
  9867.  
  9868. !*strings.24543:Software Developers' Certificates
  9869.  
  9870. !*strings.24544:Certificate Signers' Certificates
  9871.  
  9872. !*strings.24545:Cryptographic Modules
  9873.  
  9874. !*strings.24546:Entering an encrypted site
  9875.  
  9876. !*strings.24547:Leaving an encrypted site
  9877.  
  9878. !*strings.24548:Viewing a page with an encrypted/unencrypted mix
  9879.  
  9880. !*strings.24549:Sending unencrypted information to a Site
  9881.  
  9882. !*strings.24550:<B>Certificate to identify you to a web site:</B>
  9883.  
  9884. !*strings.24551:Ask Every Time
  9885.  
  9886. !*strings.24552:Select Automatically
  9887.  
  9888. !*strings.24553:<B>Advanced Security (SSL) Configuration:</B>
  9889.  
  9890. !*strings.24554:Enable SSL (Secure Sockets Layer) v2
  9891.  
  9892. !*strings.24555:Configure SSL v2
  9893.  
  9894. !*strings.24556:Enable SSL (Secure Sockets Layer) v3
  9895.  
  9896. !*strings.24557:Configure SSL v3
  9897.  
  9898. !*strings.24558:<B>Certificate for your Signed and Encrypted Messages:</B>
  9899.  
  9900. !*strings.24559:<B>(You have no email certificates.)</B>
  9901.  
  9902. !*strings.24560:Select S/MIME Ciphers
  9903.  
  9904. !*strings.24561:Change Password
  9905.  
  9906. !*strings.24562:Set Password
  9907.  
  9908. !*strings.24563:<B>Communicator will ask for this Password:</B>
  9909.  
  9910. !*strings.24564:The first time your certificate is needed
  9911.  
  9912. !*strings.24565:Every time your certificate is needed
  9913.  
  9914. !*strings.24566:After
  9915.  
  9916. !*strings.24567:minutes of inactivity
  9917.  
  9918. !*strings.24568:Encrypting Message
  9919.  
  9920. !*strings.24569:Signing Message
  9921.  
  9922. !*strings.24570:Encrypted Message
  9923.  
  9924. !*strings.24571:Signed Message
  9925.  
  9926. !*strings.24572:This message <B>can be encrypted</B> when it is sent.
  9927.  
  9928. !*strings.24573:Sending an encrypted message is like sending your correspondence in an envelope rather than a postcard; it makes it difficult for other people to read your message.
  9929.  
  9930. !*strings.24574:Encrypt this message.
  9931.  
  9932. !*strings.24575:Sending an unencrypted message is like sending your correspondence in a postcard instead of an envelope. Other people may be able to read your message.
  9933.  
  9934. !*strings.24576:You must have at least one recipient entered for this message.
  9935.  
  9936. !*strings.24577:This message <B>cannot be encrypted</B> when it is sent because
  9937.  
  9938. !*strings.24578: has no Security Certificate.
  9939.  
  9940. !*strings.24579: has an expired Security Certificate.
  9941.  
  9942. !*strings.24580: has a revoked Security Certificate.
  9943.  
  9944. !*strings.24581: in Alias has no Security Certificate.
  9945.  
  9946. !*strings.24582: is a Newsgroup.
  9947.  
  9948. !*strings.24583: has an invalid Security Certificate.
  9949.  
  9950. !*strings.24584: has a Security Certificate that is marked as Untrusted.
  9951.  
  9952. !*strings.24585: has a Security Certificate Issuer that is marked as Untrusted.
  9953.  
  9954. !*strings.24586: has an unknown Security Certificate  Issuer.
  9955.  
  9956. !*strings.24587:: unknown certificate error.
  9957.  
  9958. !*strings.24588:To obtain valid Security Certificates from a Directory, press <I>Get Certificates.</I> Otherwise the recipients must first obtain a Certificate for themselves and then 
  9959.  
  9960. !*strings.24589:send it to you in a signed email message. This new Security Certificate will automatically be remembered once it is received. <P>Newsgroups cannot receive encrypted messages.
  9961.  
  9962. !*strings.24590:This message <B>can be signed</B> when it is sent.
  9963.  
  9964. !*strings.24591:This message <B>cannot be signed</B> when it is sent.
  9965.  
  9966. !*strings.24592:This is because you do not have a valid Security Certificate. When you include your Security Certificate in a message, you 
  9967.  
  9968. !*strings.24593:also digitally sign that message. This makes it possible to verify that the message actually came from you.
  9969.  
  9970. !*strings.24594:When you digitally sign a message, you also include your Security Certificate in that message. This makes it possible to verify that the message actually came from you.
  9971.  
  9972. !*strings.24595:In some places this digital signature may be considered as legally binding as your own written signature.
  9973.  
  9974. !*strings.24596:Include my Security Certificate in this message and use a digital signature to sign this message 
  9975.  
  9976. !*strings.24597:This message <B>was encrypted</B> when it was sent. <P>This means that it was hard for other people to eavesdrop on your message while it was being sent.
  9977.  
  9978. !*strings.24598:This message <B>was not encrypted</B> when it was sent. <P>This means that it was possible for other people to view your message while it was being sent.
  9979.  
  9980. !*strings.24599:You cannot read this message because you do not have the Security Certificate necessary to decrypt it. This could be because your 
  9981.  
  9982. !*strings.24600:Security Certificate is on a different computer or it could be because the message was encrypted with someone else's Security Certificate.
  9983.  
  9984. !*strings.24601:The algorithm used was 
  9985.  
  9986. !*strings.24602:This message <B>was digitally signed</B> by 
  9987.  
  9988. !*strings.24603:This message included the Security Certificate for 
  9989.  
  9990. !*strings.24604: on 
  9991.  
  9992. !*strings.24605:, and was signed on 
  9993.  
  9994. !*strings.24606:To check the Certificate, press the ``View/Edit'' button. <P>This Certificate has automatically been added to your list of 
  9995.  
  9996. !*strings.24607:People's Certificates to make it possible for you to send secure mail to this person.
  9997.  
  9998. !*strings.24608:This message <B>was not digitally signed</B>. <P>It is impossible to verify that this message actually came from the sender.
  9999.  
  10000. !*strings.24609:<B>The Certificate that was used to digitally sign this message is invalid</B>. <P>It is impossible to prove that this message actually came from the sender.
  10001.  
  10002. !*strings.24610:<B>This message cannot be decrypted.</B> 
  10003.  
  10004. !*strings.24611:The error was: 
  10005.  
  10006. !*strings.24612:Warning! In the time since the sender sent you this message and you received it, the message appears to have been altered. Some 
  10007.  
  10008. !*strings.24613:or all of the content of this message has been changed. You should contact the message sender and/or your system administrator.
  10009.  
  10010. !*strings.24614:This message appears to have been sent from the email address <TT><B>
  10011.  
  10012. !*strings.24615:</B></TT>, but the certificate which was used to sign this message belongs to the email address <TT><B>
  10013.  
  10014. !*strings.24616:</B></TT>. If these two email addresses don't belong to the same  person, this could be an attempt at forgery.
  10015.  
  10016. !*strings.24617:Usenet News Security
  10017.  
  10018. !*strings.24618:The connection to this news server <B>is encrypted</B>. This means that the messages you read are encrypted as they 
  10019.  
  10020. !*strings.24619:are sent to you. This makes it difficult for other people to read the messages while you are reading them. 
  10021.  
  10022. !*strings.24620:The connection to this news server <B>is not encrypted</B>. <P>This means that other people may be able to read these messages while you are reading them.
  10023.  
  10024. !*strings.24621:Encryption
  10025.  
  10026. !*strings.24622:Verification
  10027.  
  10028. !*strings.24623:This page <B>was not encrypted</B>. This means it was possible for other people to view this page when it was loaded. It 
  10029.  
  10030. !*strings.24624:also means that you cannot check the identity of the web site. For complete details on all the files on this page, click <B>Open Page info</B>.
  10031.  
  10032. !*strings.24625:This page <B>was encrypted</B>. This means it was difficult for other people to view this page when it was loaded.<P>
  10033.  
  10034. !*strings.24626:You can examine your copy of the certificate for this page and check the identity of the web site. To see the certificate 
  10035.  
  10036. !*strings.24627:for this web site, click <B>View Certificate</B>. For complete details on all the files on this page and their certificates, click <B>Open Page Info</B>.
  10037.  
  10038. !*strings.24628:This page <B>was not encrypted</B>, but some of the files it contains were encrypted. This means it was difficult for 
  10039.  
  10040. !*strings.24629:other people to view the encrypted files when the page was loaded. It also means that you cannot check the 
  10041.  
  10042. !*strings.24630:identity of the web site for the page.<P>For complete details on all the files on this page, click <B>Open Page Info</B>.
  10043.  
  10044. !*strings.24631:This page <B>was encrypted</B>. This means it was difficult for other people to view this page when it was loaded. You can 
  10045.  
  10046. !*strings.24632:examine your copy of the certificate for this page and the identity of the web site. To see the certificate for 
  10047.  
  10048. !*strings.24633:this web site, click <B>View Certificate</B>.<P>However, some of the files on this page <B>were not 
  10049.  
  10050. !*strings.24634:encrypted</B>. This means that it was possible for other people to view those files when they were loaded. For complete 
  10051.  
  10052. !*strings.24635:details on all the files on this page and their certificates, click <B>Open Page Info</B>.
  10053.  
  10054. !*strings.24636:Take a look at the page's Certificate.
  10055.  
  10056. !*strings.24637:Make sure that this is the site you think it is. This page comes from the site: 
  10057.  
  10058. !*strings.24638:The following elements are missing from this window: 
  10059.  
  10060. !*strings.24639:. This means that you may be missing important information.
  10061.  
  10062. !*strings.24640:the menubar
  10063.  
  10064. !*strings.24641:the toolbar
  10065.  
  10066. !*strings.24642:the personal toolbar
  10067.  
  10068. !*strings.24643:the location bar
  10069.  
  10070. !*strings.24644:the status bar
  10071.  
  10072. !*strings.24645:This window was created by a Java Application (from 
  10073.  
  10074. !*strings.24646:). This application has some control over this window and may influence what you see.
  10075.  
  10076. !*strings.24647:This window was created by a JavaScript Application (from 
  10077.  
  10078. !*strings.24648:). This application has some control over this window and may influence what you see.
  10079.  
  10080. !*strings.24649:<B><H2>There is no Security Info for this window.</H2></B>
  10081.  
  10082. !*strings.24650:Security Info is available for Browser, Messenger Message, and News Article windows. 
  10083.  
  10084. !*strings.24651:<P>If you wish to change Security settings or preferences, use the tabs on the left to switch between different areas.
  10085.  
  10086. !*strings.24652:This is an explanation of Security Certificates.<P> <B>Certificate:</B> A file that identifies a person or organization. Communicator uses certificates to 
  10087.  
  10088. !*strings.24653:encrypt information. You can use a certificate to check the identity of the certificate's owner. You should trust a certificate only if you trust the person or organization that issued it. 
  10089.  
  10090. !*strings.24654:<P>Your own certificates allow you to receive encrypted information. Communicator also keeps track of certificates from other people, web sites, applets, and scripts. 
  10091.  
  10092. !*strings.24655:<P><UL><B>Yours</B> lists your own certificates. <P><B>People</B> lists certificates from other people or organizations. 
  10093.  
  10094. !*strings.24656:<P><B>Web Sites</B> lists certificates from web sites. <P><B>Signers</B> lists certificates from certificate signers (``Certificate Authorities''.) 
  10095.  
  10096. !*strings.24657:<P><B>Software Developers</B> lists certificates that accompany signed Java applets and JavaScript scripts.</UL>
  10097.  
  10098. !*strings.24658:You can use any of these certificates to identify yourself to other people and to web sites. Communicator uses your certificates 
  10099.  
  10100. !*strings.24659:to decrypt information sent to you. Your certificates are signed by the organization that issued them. <P><B>These are your certificates:</B>
  10101.  
  10102. !*strings.24660:You should make a copy of your certificates and keep them in a safe place. If you ever lose your certificates, you will be unable 
  10103.  
  10104. !*strings.24661:to read encrypted mail you have received, and you may have problems identifying yourself to web sites.
  10105.  
  10106. !*strings.24662:Other people have used these certificates to identify themselves to you. Communicator can send encrypted 
  10107.  
  10108. !*strings.24663:messages to anyone for whom you have a certificate. <P><B>These are certificates from other people:</B>
  10109.  
  10110. !*strings.24664:To get certificates from a network Directory press <I>Search Directory</I>.<p>
  10111.  
  10112. !*strings.24665:<B>These are certificates that you have accepted from web sites:</B>
  10113.  
  10114. !*strings.24666:<B>These certificates identify the certificate signers that you accept:</B>
  10115.  
  10116. !*strings.24667:<B>These settings allow you to control Navigator security settings.</B> <P>Navigator security warnings can let you know before you do something that might be unsafe. <P><B>Show a warning before:
  10117.  
  10118. !*strings.24668:<B>These settings allow you to control Messenger security settings.</B> <P>Messenger Security warnings can let you know before you do something that might be unsafe.
  10119.  
  10120. !*strings.24669:<B>Sending Signed/Encrypted Mail:</B>
  10121.  
  10122. !*strings.24670:Encrypt mail messages, when it is possible
  10123.  
  10124. !*strings.24671:Sign mail messages, when it is possible
  10125.  
  10126. !*strings.24672:Sign news messages, when it is possible
  10127.  
  10128. !*strings.24673:This certificate is included with every email message you <B>sign</B>. When other people receive it, it makes it possible for them to send you encrypted mail.
  10129.  
  10130. !*strings.24674:Other people could also obtain your certificate from a Directory:
  10131.  
  10132. !*strings.24675:If you had one, this certificate would be included with every email message you <B>signed</B>. When other people received it, 
  10133.  
  10134. !*strings.24676:it would make it possible for them to send you encrypted mail. (To get a certificate, see the ``Yours'' tab on the left.)
  10135.  
  10136. !*strings.24677:<B>Advanced S/MIME Configuration:</B>
  10137.  
  10138. !*strings.24678:Cipher Preferences: 
  10139.  
  10140. !*strings.24679:<B>These settings allow you to control access by Java applets and JavaScript scripts.</B> <P>No applet or script is allowed to access your computer or network without 
  10141.  
  10142. !*strings.24680:your permission. You have explicitly granted or forbidden access for all applets and scripts from the following vendors, distributors, or web sites.
  10143.  
  10144. !*strings.24681:<B>Your Communicator password will be used to protect your certificates.</B> <P>If you are in an environment where other 
  10145.  
  10146. !*strings.24682:people have access to your computer (either physically or over the network) you should have a Communicator password. <P>
  10147.  
  10148. !*strings.24683:<B>Cryptographic Modules:</B>
  10149.  
  10150. !*strings.24684:View/Edit CRL's
  10151.  
  10152. !*strings.24685:To view or edit Certificate Revocation Lists press <I>View/Edit CRL's</I>.<p>
  10153.  
  10154. !*strings.24686:To check the Certificate or edit Certificate Trust Information, press the ``View/Edit'' button. <P>This Certificate has automatically been added to your list of 
  10155.  
  10156. !*strings.24687:<B>Certificate to use for Proxy Authentication:</B>
  10157.  
  10158. !*strings.24688:No Proxy Authentication
  10159.  
  10160. !*strings.24689:
  10161.  
  10162. !*strings.25000:
  10163.  
  10164. !*strings.25001:sa_view_button_label
  10165.  
  10166. !*strings.25002:sa_edit_button_label
  10167.  
  10168. !*strings.25003:sa_verify_button_label
  10169.  
  10170. !*strings.25004:sa_delete_button_label
  10171.  
  10172. !*strings.25005:sa_export_button_label
  10173.  
  10174. !*strings.25006:sa_expired_button_label
  10175.  
  10176. !*strings.25007:sa_remove_button_label
  10177.  
  10178. !*strings.25008:sa_get_cert_button_label
  10179.  
  10180. !*strings.25009:sa_get_certs_button_label
  10181.  
  10182. !*strings.25010:sa_import_button_label
  10183.  
  10184. !*strings.25011:sa_view_cert_button_label
  10185.  
  10186. !*strings.25012:sa_edit_privs_button_label
  10187.  
  10188. !*strings.25013:sa_view_edit_button_label
  10189.  
  10190. !*strings.25014:sa_add_button_label
  10191.  
  10192. !*strings.25015:sa_logout_all_button_label
  10193.  
  10194. !*strings.25016:sa_ok_button_label
  10195.  
  10196. !*strings.25017:sa_cancel_button_label
  10197.  
  10198. !*strings.25018:sa_help_button_label
  10199.  
  10200. !*strings.25019:sa_search_dir_button_label
  10201.  
  10202. !*strings.25020:sa_send_cert_button_label
  10203.  
  10204. !*strings.25021:sa_page_info_label
  10205.  
  10206. !*strings.25022:sa_secinfo_index_label
  10207.  
  10208. !*strings.25023:sa_passwords_index_label
  10209.  
  10210. !*strings.25024:sa_navigator_index_label
  10211.  
  10212. !*strings.25025:sa_messenger_index_label
  10213.  
  10214. !*strings.25026:sa_applets_index_label
  10215.  
  10216. !*strings.25027:sa_certs_intro_index_label
  10217.  
  10218. !*strings.25028:sa_yours_index_label
  10219.  
  10220. !*strings.25029:sa_people_index_label
  10221.  
  10222. !*strings.25030:sa_sites_index_label
  10223.  
  10224. !*strings.25031:sa_developers_index_label
  10225.  
  10226. !*strings.25032:sa_signers_index_label
  10227.  
  10228. !*strings.25033:sa_modules_index_label
  10229.  
  10230. !*strings.25034:sa_secinfo_title_label
  10231.  
  10232. !*strings.25035:sa_passwords_title_label
  10233.  
  10234. !*strings.25036:sa_navigator_title_label
  10235.  
  10236. !*strings.25037:sa_messenger_title_label
  10237.  
  10238. !*strings.25038:sa_applets_title_label
  10239.  
  10240. !*strings.25039:sa_certs_intro_title_label
  10241.  
  10242. !*strings.25040:sa_yours_title_label
  10243.  
  10244. !*strings.25041:sa_people_title_label
  10245.  
  10246. !*strings.25042:sa_sites_title_label
  10247.  
  10248. !*strings.25043:sa_developers_title_label
  10249.  
  10250. !*strings.25044:sa_signers_title_label
  10251.  
  10252. !*strings.25045:sa_modules_title_label
  10253.  
  10254. !*strings.25046:sa_enter_secure_label
  10255.  
  10256. !*strings.25047:sa_leave_secure_label
  10257.  
  10258. !*strings.25048:sa_mixed_secure_label
  10259.  
  10260. !*strings.25049:sa_send_clear_label
  10261.  
  10262. !*strings.25050:sa_ssl_cert_label
  10263.  
  10264. !*strings.25051:sa_ask_sa_every_time_label
  10265.  
  10266. !*strings.25052:sa_select_auto_label
  10267.  
  10268. !*strings.25053:sa_ssl_config_label
  10269.  
  10270. !*strings.25054:sa_ssl2_enable_label
  10271.  
  10272. !*strings.25055:sa_ssl2_config_label
  10273.  
  10274. !*strings.25056:sa_ssl3_enable_label
  10275.  
  10276. !*strings.25057:sa_ssl3_config_label
  10277.  
  10278. !*strings.25058:sa_smime_cert_label
  10279.  
  10280. !*strings.25059:sa_smime_no_certs_blurb
  10281.  
  10282. !*strings.25060:sa_smime_config_label
  10283.  
  10284. !*strings.25061:sa_change_password_label
  10285.  
  10286. !*strings.25062:sa_set_password_label
  10287.  
  10288. !*strings.25063:sa_ask_for_password_label
  10289.  
  10290. !*strings.25064:sa_once_per_session_label
  10291.  
  10292. !*strings.25065:sa_every_time_label
  10293.  
  10294. !*strings.25066:sa_after_label
  10295.  
  10296. !*strings.25067:sa_minutes_label
  10297.  
  10298. !*strings.25068:sa_compose_encrypt_subtitle
  10299.  
  10300. !*strings.25069:sa_compose_sign_subtitle
  10301.  
  10302. !*strings.25070:sa_message_encrypt_subtitle
  10303.  
  10304. !*strings.25071:sa_message_sign_subtitle
  10305.  
  10306. !*strings.25072:sa_can_encrypt
  10307.  
  10308. !*strings.25073:sa_send_encrypt_desc
  10309.  
  10310. !*strings.25074:sa_encrypt_this_checkbox_label
  10311.  
  10312. !*strings.25075:sa_send_clear_warn_desc
  10313.  
  10314. !*strings.25076:sa_no_recipients_desc
  10315.  
  10316. !*strings.25077:sa_cannot_encrypt_head
  10317.  
  10318. !*strings.25078:sa_cert_missing_tail
  10319.  
  10320. !*strings.25079:sa_cert_has_exp_tail
  10321.  
  10322. !*strings.25080:sa_cert_has_revoke_tail
  10323.  
  10324. !*strings.25081:sa_cert_no_alias_tail
  10325.  
  10326. !*strings.25082:sa_cert_newsgroup_tail
  10327.  
  10328. !*strings.25083:sa_cert_invalid_tail
  10329.  
  10330. !*strings.25084:sa_cert_untrusted_tail
  10331.  
  10332. !*strings.25085:sa_cert_issuer_untrusted_tail
  10333.  
  10334. !*strings.25086:sa_cert_issuer_unknown_tail
  10335.  
  10336. !*strings.25087:sa_cert_unknown_error_tail
  10337.  
  10338. !*strings.25088:sa_how_to_get_their_cert_1
  10339.  
  10340. !*strings.25089:sa_how_to_get_their_cert_2
  10341.  
  10342. !*strings.25090:sa_can_be_signed
  10343.  
  10344. !*strings.25091:sa_cannot_be_signed
  10345.  
  10346. !*strings.25092:sa_cannot_sign_desc_1
  10347.  
  10348. !*strings.25093:sa_cannot_sign_desc_2
  10349.  
  10350. !*strings.25094:sa_can_sign_desc
  10351.  
  10352. !*strings.25095:sa_sign_disclaimer
  10353.  
  10354. !*strings.25096:sa_sign_this_checkbox_label
  10355.  
  10356. !*strings.25097:sa_was_encrypted
  10357.  
  10358. !*strings.25098:sa_was_not_encrypted
  10359.  
  10360. !*strings.25099:sa_was_encrypted_for_other_1
  10361.  
  10362. !*strings.25100:sa_was_encrypted_for_other_2
  10363.  
  10364. !*strings.25101:sa_encryption_algorithm_was
  10365.  
  10366. !*strings.25102:sa_was_signed_head
  10367.  
  10368. !*strings.25103:sa_included_cert_desc_head
  10369.  
  10370. !*strings.25104:sa_was_signed_at
  10371.  
  10372. !*strings.25105:sa_included_cert_desc_signed_at
  10373.  
  10374. !*strings.25106:sa_was_signed_desc_tail_1
  10375.  
  10376. !*strings.25107:sa_was_signed_desc_tail_2
  10377.  
  10378. !*strings.25108:sa_was_not_signed
  10379.  
  10380. !*strings.25109:sa_sig_invalid
  10381.  
  10382. !*strings.25110:sa_encryption_invalid
  10383.  
  10384. !*strings.25111:sa_sign_error_intro
  10385.  
  10386. !*strings.25112:sa_sig_tampered_1
  10387.  
  10388. !*strings.25113:sa_sig_tampered_2
  10389.  
  10390. !*strings.25114:sa_addr_mismatch_part1
  10391.  
  10392. !*strings.25115:sa_addr_mismatch_part2
  10393.  
  10394. !*strings.25116:sa_addr_mismatch_part3
  10395.  
  10396. !*strings.25117:sa_news_encrypt_subtitle
  10397.  
  10398. !*strings.25118:sa_news_encrypted_1
  10399.  
  10400. !*strings.25119:sa_news_encrypted_2
  10401.  
  10402. !*strings.25120:sa_news_not_encrypted
  10403.  
  10404. !*strings.25121:sa_nav_encryption_subtitle
  10405.  
  10406. !*strings.25122:sa_nav_verification_subtitle
  10407.  
  10408. !*strings.25123:sa_nav_no_encrypt_desc_1
  10409.  
  10410. !*strings.25124:sa_nav_no_encrypt_desc_2
  10411.  
  10412. !*strings.25125:sa_nav_encrypt_desc_1
  10413.  
  10414. !*strings.25126:sa_nav_encrypt_desc_2
  10415.  
  10416. !*strings.25127:sa_nav_encrypt_desc_3
  10417.  
  10418. !*strings.25128:sa_nav_no_encrypt_mix_desc_1
  10419.  
  10420. !*strings.25129:sa_nav_no_encrypt_mix_desc_2
  10421.  
  10422. !*strings.25130:sa_nav_no_encrypt_mix_desc_3
  10423.  
  10424. !*strings.25131:sa_nav_encrypt_mix_desc_1
  10425.  
  10426. !*strings.25132:sa_nav_encrypt_mix_desc_2
  10427.  
  10428. !*strings.25133:sa_nav_encrypt_mix_desc_3
  10429.  
  10430. !*strings.25134:sa_nav_encrypt_mix_desc_4
  10431.  
  10432. !*strings.25135:sa_nav_encrypt_mix_desc_5
  10433.  
  10434. !*strings.25136:sa_nav_verify_cert_desc
  10435.  
  10436. !*strings.25137:sa_nav_verify_domain_desc
  10437.  
  10438. !*strings.25138:sa_nav_verify_missing_desc_1
  10439.  
  10440. !*strings.25139:sa_nav_verify_missing_desc_2
  10441.  
  10442. !*strings.25140:sa_nav_info_menubar_name
  10443.  
  10444. !*strings.25141:sa_nav_info_toolbar_name
  10445.  
  10446. !*strings.25142:sa_nav_info_personalbar_name
  10447.  
  10448. !*strings.25143:sa_nav_info_location_name
  10449.  
  10450. !*strings.25144:sa_nav_info_status_name
  10451.  
  10452. !*strings.25145:sa_nav_verify_java_desc_1
  10453.  
  10454. !*strings.25146:sa_nav_verify_java_desc_2
  10455.  
  10456. !*strings.25147:sa_nav_verify_js_desc_1
  10457.  
  10458. !*strings.25148:sa_nav_verify_js_desc_2
  10459.  
  10460. !*strings.25149:sa_not_me_subtitle
  10461.  
  10462. !*strings.25150:sa_not_me_desc_1
  10463.  
  10464. !*strings.25151:sa_not_me_desc_2
  10465.  
  10466. !*strings.25152:sa_certs_intro_string_1
  10467.  
  10468. !*strings.25153:sa_certs_intro_string_2
  10469.  
  10470. !*strings.25154:sa_certs_intro_string_3
  10471.  
  10472. !*strings.25155:sa_certs_intro_string_4
  10473.  
  10474. !*strings.25156:sa_certs_intro_string_5
  10475.  
  10476. !*strings.25157:sa_certs_intro_string_6
  10477.  
  10478. !*strings.25158:sa_your_certs_desc_1
  10479.  
  10480. !*strings.25159:sa_your_certs_desc_2
  10481.  
  10482. !*strings.25160:sa_your_certs_desc_tail_1
  10483.  
  10484. !*strings.25161:sa_your_certs_desc_tail_2
  10485.  
  10486. !*strings.25162:sa_people_certs_desc_1
  10487.  
  10488. !*strings.25163:sa_people_certs_desc_2
  10489.  
  10490. !*strings.25164:sa_get_certs_desc
  10491.  
  10492. !*strings.25165:sa_site_certs_desc
  10493.  
  10494. !*strings.25166:sa_signers_certs_desc
  10495.  
  10496. !*strings.25167:sa_ssl_desc
  10497.  
  10498. !*strings.25168:sa_smime_desc
  10499.  
  10500. !*strings.25169:sa_smime_pref_desc
  10501.  
  10502. !*strings.25170:sa_encrypt_always_checkbox_label
  10503.  
  10504. !*strings.25171:sa_sign_mail_always_checkbox_label
  10505.  
  10506. !*strings.25172:sa_sign_news_always_checkbox_label
  10507.  
  10508. !*strings.25173:sa_smime_cert_desc
  10509.  
  10510. !*strings.25174:sa_smime_send_cert_desc
  10511.  
  10512. !*strings.25175:sa_smime_no_cert_desc_1
  10513.  
  10514. !*strings.25176:sa_smime_no_cert_desc_2
  10515.  
  10516. !*strings.25177:sa_smime_cipher_heading
  10517.  
  10518. !*strings.25178:sa_smime_cipher_desc
  10519.  
  10520. !*strings.25179:sa_applets_desc_1
  10521.  
  10522. !*strings.25180:sa_applets_desc_2
  10523.  
  10524. !*strings.25181:sa_password_desc_1
  10525.  
  10526. !*strings.25182:sa_password_desc_2
  10527.  
  10528. !*strings.25183:sa_modules_desc
  10529.  
  10530. !*strings.25184:sa_view_crl_button_label
  10531.  
  10532. !*strings.25185:sa_signers_view_crl_desc
  10533.  
  10534. !*strings.25186:sa_was_signed_alt_desc_tail_1
  10535.  
  10536. !*strings.25187:sa_proxy_cert_label
  10537.  
  10538. !*strings.25188:sa_no_proxy_auth_label
  10539.  
  10540. !*strings.25189:
  10541.  
  10542. !*strings.25500:FORTEZZA SKIPJACK encryption with an 80-bit key
  10543.  
  10544. !*strings.25511:<b>Security Module Name:</b> %0%<input type="%1%" name="name" value=%2%><br><b>Security Module File:</b> %3%<input type="%4%"name="library" value=%5%><br>%-cont-%
  10545.  
  10546. !*strings.25512:<b>Manufacturer:</b> %6%<br><b>Description:</b>%8%<br><b>PKCS #11 Version:</b> %7%<br><b>Library Version: </b> %9%<br><center><table><tr>%-cont-%
  10547.  
  10548. !*strings.25513:<td width=10></td><td align=top><select name=slots size=10 onChange="setpass(this)">%10%</select></td><td valign=top><table border=0 cellspacing=0 cellpadding=0><td width=10></td>%-cont-%
  10549.  
  10550. !*strings.25514:<td height=30 valign=top align=center> <input type="submit" name="button" value="%moreinfo%"width=174></input></td></tr>%-cont-%
  10551.  
  10552. !*strings.25515:<tr><td width=10></td><td height=30 valign=middle align=center><input type="submit" name="button" value="%config%"width=174></input></td></tr>%-cont-%
  10553.  
  10554. !*strings.25516:<tr><td width=10></td><td height=30 valign=middle align=center> <input type="submit" name="button" value="%login%"width=174></input></td></tr>%-cont-%
  10555.  
  10556. !*strings.25517:<tr><td width=10></td><td height=30 valign=middle align=center> <input type="submit" name="button" value="%logout%"width=174></input></td></tr>%-cont-%
  10557.  
  10558. !*strings.25518:<tr><td width=10></td><td height=30 valign=middle align=center> <input type="submit" name="button" value="Change Password"width=174></input></td></tr></table>%-cont-%
  10559.  
  10560. !*strings.25519:</td></tr></table></center><script>var login_status = %11%function setpass(select){%-cont-%
  10561.  
  10562. !*strings.25520:for(var i=0;i<select.options.length;i++) {   if (select.options[i].selected) {    document.forms[0].elements[9].value = login_status[i];    return;   } }%-cont-%
  10563.  
  10564. !*strings.25521:  document.forms[0].elements[9].value = "No Token Selected"; }\n\
  10565. function initarray() {  var numargs = initarray.arguments.length;  var a; a = new Array(numargs); %-cont-%
  10566.  
  10567. !*strings.25522:  for ( var i = 0; i < numargs; i++ ) {    a[i] = initarray.arguments[i];  } return a; }</script>
  10568.  
  10569. !*strings.25531: Config
  10570.  
  10571. !*strings.25542: <P><B>Module Name:</B> %0% <BR><B>Slot Description:</B> %1% <BR><B>Token Name: </B> %2% <BR><B>Remarks: </B>%3%<P><HR> %-cont-%
  10572.  
  10573. !*strings.25543: <P> <DT><INPUT TYPE=Radio %4% NAME="enabledisable" VALUE="disable"> <B> Disable this token. </B> %-cont-%
  10574.  
  10575. !*strings.25544: <FORM><P> <DL> <DT><INPUT TYPE=Radio %5% NAME="enabledisable" VALUE="enable"> <B>Enable this token and turn on the following functions: </B> %6% </FORM>
  10576.  
  10577. !*strings.25555: <P><B>Module Name:</B> %0% <BR><B>Slot Description:</B> %1% <BR><B>Token Name: </B> %2% <P><HR> %-cont-%
  10578.  
  10579. !*strings.25556: <FORM> <P> <FONT COLOR="FF0000" SIZE=+1> %3%<BR>%4%<BR>%5% </FONT></FORM>
  10580.  
  10581. !*strings.25557: Configure Slot
  10582.  
  10583. !*strings.25568:Module Name: 
  10584.  
  10585. !*strings.25569:File: 
  10586.  
  10587. !*strings.25570:RSA PKCS encryption
  10588.  
  10589. !*strings.25571:External security module successfully deleted
  10590.  
  10591. !*strings.25572:Internal security module successfully deleted
  10592.  
  10593. !*strings.25573:A new security module has been installed
  10594.  
  10595. !*strings.25574:Are you sure you want to install this security module?
  10596.  
  10597. !*strings.25575:Are you sure you want to delete this security module?
  10598.  
  10599. !*strings.25576:Enter a nickname for the certificate:
  10600.  
  10601. !*strings.25587:View/Edit CRL's
  10602.  
  10603. !*strings.25588:<h3 align=center>%0%</h3><b>URL:</b>%1%<br><b>Last Update:</b>%2%<br><b>Next Update:</b>%3% %4%<br><b>Signed by:</b><ul>%5%</ul><br><center><select name=bogus size=8>%6%</select></center>
  10604.  
  10605. !*strings.25589:Enter the URL of the new CRL/CKL to load:
  10606.  
  10607. !*strings.25590:<h3 align=center>%0%</h3>Enter the URL of the Certificate Revocation List.<br><br><b>URL:</b><input name=url size=70 type=text value="%1%">
  10608.  
  10609. !*strings.25591:No CRL was selected. Please select a CRL from the list.
  10610.  
  10611. !*strings.25592:Selected CRL does not have a valid URL to load from.\n\
  10612. Use 'New/Edit...' to set the URL.
  10613.  
  10614. !*strings.25593:<font color=red>Expired</font>
  10615.  
  10616. !*strings.25594:You did not enter a URL: No new CRL loaded.
  10617.  
  10618. !*strings.25595:Edit CRL
  10619.  
  10620. !*strings.25596:CRL
  10621.  
  10622. !*strings.25597:<font color=red>Not Yet Valid</font>
  10623.  
  10624. !*strings.-5288:Netscape is unable to communicate securely with this site\n\
  10625. because the server does not support high-grade encryption.
  10626.  
  10627. !*strings.-5287:Netscape is unable to communicate securely with this site\n\
  10628. because the server requires the use of high-grade encryption.\n\
  10629. \n\
  10630. This version of Netscape does not support high-grade\n\
  10631. encryption, probably due to U.S. export restrictions.
  10632.  
  10633. !*strings.-5286:Netscape and this server cannot communicate securely\n\
  10634. because they have no common encryption algorithm(s).
  10635.  
  10636. !*strings.-5285:Netscape is unable to find the certificate or key necessary\n\
  10637. for authentication.
  10638.  
  10639. !*strings.-5284:Netscape is unable to communicate securely with this site\n\
  10640. because the server's certificate was rejected.
  10641.  
  10642. !*strings.-5282:The server has encountered bad data from the client.
  10643.  
  10644. !*strings.-5281:Netscape has encountered bad data from the server.
  10645.  
  10646. !*strings.-5280:Netscape has encountered an unsupported type of certificate.\n\
  10647. \n\
  10648. A newer version of Netscape may solve this problem.
  10649.  
  10650. !*strings.-5279:The server is using an unsupported version of the security\n\
  10651. protocol.\n\
  10652. \n\
  10653. A newer version of Netscape may solve this problem.
  10654.  
  10655. !*strings.-5277:Client authentication failed due to mismatch between private\n\
  10656. key found in client key database and public key found in client\n\
  10657. certificate database.
  10658.  
  10659. !*strings.-5276:Netscape is unable to communicate securely with this site\n\
  10660. because the domain to which you are attempting to connect\n\
  10661. does not match the domain name in the server's certificate.
  10662.  
  10663. !*strings.-5274:This site only supports SSL version 2.  You can enable\n\
  10664. support for SSL version 2 by selecting Security Info from\n\
  10665. the Navigator menu and opening the Navigator section.
  10666.  
  10667. !*strings.-5273:SSL has received a record with an incorrect Message\n\
  10668. Authentication Code.  This could indicate a network error,\n\
  10669. a bad server implementation, or a security violation.
  10670.  
  10671. !*strings.-5272:SSL has received an error from the server indicating an\n\
  10672. incorrect Message Authentication Code.  This could indicate\n\
  10673. a network error, a bad server implementation, or a\n\
  10674. security violation.
  10675.  
  10676. !*strings.-5271:The server cannot verify your certificate.
  10677.  
  10678. !*strings.-5270:The server has rejected your certificate as revoked.
  10679.  
  10680. !*strings.-5269:The server has rejected your certificate as expired.
  10681.  
  10682. !*strings.-5268:You cannot connect to an encrypted website because SSL\n\
  10683. has been disabled.  You can enable SSL by selecting\n\
  10684. Security Info from the Navigator menu and opening the\n\
  10685. Navigator section.
  10686.  
  10687. !*strings.-5267:The server is in another FORTEZZA domain,\n\
  10688. you cannot connect to it.
  10689.  
  10690. !*strings.7032:Broken pipe
  10691.  
  10692. !*strings.7146:Connection refused
  10693.  
  10694. !*strings.7022:Invalid argument
  10695.  
  10696. !*strings.7005:I/O error
  10697.  
  10698. !*strings.7012:Not enough memory
  10699.  
  10700. !*strings.7009:Bad file number
  10701.  
  10702. !*strings.7011:Operation would block
  10703.  
  10704. !*strings.7133:Socket is already connected
  10705.  
  10706. !*strings.7145:Connection timed out
  10707.  
  10708. !*strings.7150:operation now in progress
  10709.  
  10710. !*strings.7149:EALREADY
  10711.  
  10712. !*strings.7125:Address already in use
  10713.  
  10714. !*strings.7004:interrupted system call
  10715.  
  10716. !*strings.7013:Permission denied
  10717.  
  10718. !*strings.7126:Can't assign requested address
  10719.  
  10720. !*strings.7127:Network is down
  10721.  
  10722. !*strings.7128:Network is unreachable
  10723.  
  10724. !*strings.7129:Network dropped connection because of reset
  10725.  
  10726. !*strings.7130:Connection aborted
  10727.  
  10728. !*strings.7131:Connection reset by peer
  10729.  
  10730. !*strings.7134:Socket is not connected
  10731.  
  10732. !*strings.7147:Host is down
  10733.  
  10734. !*strings.7148:No route to host
  10735.  
  10736. !*strings.21001: (unrecognized)
  10737.  
  10738. !*strings.21002: (autoselect)
  10739.  
  10740. !*strings.21003: (default)
  10741.  
  10742. !*strings.21004: (not found)
  10743.  
  10744. !*strings.21010:%s image %dx%d pixels
  10745.  
  10746. !*strings.21011:Images are %d bits deep with %d cells allocated.
  10747.  
  10748. !*strings.21012:Images are monochrome.
  10749.  
  10750. !*strings.21013:Images are %d bit greyscale.
  10751.  
  10752. !*strings.21014:Images are %d bit truecolor.
  10753.  
  10754. !*strings.21020:This is a searchable index. Enter search keywords: 
  10755.  
  10756. !*strings.21031:Main Hotlist
  10757.  
  10758. !*strings.21032:<!-- This is an automatically generated file.\n\
  10759.     It will be read and overwritten.\n\
  10760.     Do Not Edit! -->\n
  10761.  
  10762. !*strings.21033:---End of History List---\n
  10763.  
  10764. !*strings.21034:Save History List
  10765.  
  10766. !*strings.21040:Connect: Looking up host: %.256s...
  10767.  
  10768. !*strings.21041:Connect: Contacting host: %.256s...
  10769.  
  10770. !*strings.21042:Error: Could not make connection non-blocking.
  10771.  
  10772. !*strings.21043:Unable to locate host %.256s.
  10773.  
  10774. !*strings.21044:Unable to locate host %.256s.
  10775.  
  10776. !*strings.21045:Reading file...
  10777.  
  10778. !*strings.21046:Reading file...Error Zero Length
  10779.  
  10780. !*strings.21047:Reading directory...
  10781.  
  10782. !*strings.21048:Reading file...Done
  10783.  
  10784. !*strings.21049:Reading directory...Done
  10785.  
  10786. !*strings.21050:Receiving FTP file
  10787.  
  10788. !*strings.21051:Receiving FTP directory
  10789.  
  10790. !*strings.21052:Receiving data.
  10791.  
  10792. !*strings.21053:Transferring data from %.256s
  10793.  
  10794. !*strings.21054:Connect: Host %.256s contacted. Waiting for reply...
  10795.  
  10796. !*strings.21055:Connect: Trying again (HTTP 0.9)...
  10797.  
  10798. !*strings.21056:Connect: Host contacted. Waiting for reply (Gopher)
  10799.  
  10800. !*strings.21057:Mail sent successfully
  10801.  
  10802. !*strings.21058:Receiving newsgroups...
  10803.  
  10804. !*strings.21059:Receiving newsgroups...
  10805.  
  10806. !*strings.21060:Receiving articles...
  10807.  
  10808. !*strings.21061:Receiving articles...
  10809.  
  10810. !*strings.21062:Reading newsgroup list
  10811.  
  10812. !*strings.21063:Reading newsgroup overview information
  10813.  
  10814. !*strings.21064:Sorting articles...
  10815.  
  10816. !*strings.21065:Starting Java...
  10817.  
  10818. !*strings.21066:Starting Java...done
  10819.  
  10820. !*strings.21101:Unable to invoke external viewer
  10821.  
  10822. !*strings.21102:Proxy is requiring an authentication scheme that is not supported.
  10823.  
  10824. !*strings.21103:Out of memory error in HTTP Load routine!
  10825.  
  10826. !*strings.21104:Unknown status reply from server: %d!
  10827.  
  10828. !*strings.21105:Warning! Non-critical application error: NET_TotalNumberOfProcessingURLs < 0
  10829.  
  10830. !*strings.21106:Warning! Non-critical application error: NET_TotalNumberOfOpenConnections < 0
  10831.  
  10832. !*strings.21107:URN's not internally supported, use an HTTP proxy server: 
  10833.  
  10834. !*strings.21108:reentrant call to Interrupt window
  10835.  
  10836. !*strings.21109:Bad message number
  10837.  
  10838. !*strings.21110:Article number out of range
  10839.  
  10840. !*strings.21111:Could not load mailbox
  10841.  
  10842. !*strings.21113:SMTP Error sending mail. Server responded: %.256s
  10843.  
  10844. !*strings.21114:Warning: unrecognized character set: `
  10845.  
  10846. !*strings.21115:Alert! did not find a converter or decoder
  10847.  
  10848. !*strings.21116:Cannot add the result of a form submission to the hotlist
  10849.  
  10850. !*strings.21117:Warning: an HTTP proxy host was specified\n\
  10851. (%.2048s), but that host is unknown.\n\
  10852. \n\
  10853. This means that external hosts will be unreachable.\n\
  10854. Perhaps there is a problem with your name server?\n\
  10855. Consult your system administrator.
  10856.  
  10857. !*strings.21118:Warning: a SOCKS host was specified (%.2048s)\n\
  10858. but that host is unknown.\n\
  10859. \n\
  10860. This means that external hosts will be unreachable.\n\
  10861. \n\
  10862. Perhaps there is a problem with your name server?\n
  10863.  
  10864. !*strings.21119:If your site must use a non-root name server, you will\n\
  10865. need to set the $SOCKS_NS environment variable to\n\
  10866. point at the appropriate name server.  It may (or\n\
  10867. may not) be necessary to set this variable, or the\n\
  10868. SOCKS host preference, to the IP address of the host\n\
  10869. in question rather than its name.\n\
  10870. \n
  10871.  
  10872. !*strings.21120:Consult your system administrator.
  10873.  
  10874. !*strings.21121:Warning: the following hosts are unknown:\n\
  10875. \n
  10876.  
  10877. !*strings.21122:Warning: the host %.256s is unknown.\n
  10878.  
  10879. !*strings.21123:\n\
  10880. This means that some or all hosts will be unreachable.\n\
  10881. \n\
  10882. Perhaps there is a problem with your name server?\n
  10883.  
  10884. !*strings.21124:On SunOS 4 systems, there are two %s executables,\n\
  10885. one for sites using DNS, and one for sites using YP/NIS.\n\
  10886. This is the DNS executable.  Perhaps you need to use\n\
  10887. the other one?\n\
  10888. \n
  10889.  
  10890. !*strings.21125:On SunOS 4 systems, there are two %s executables,\n\
  10891. one for sites using DNS, and one for sites using YP/NIS.\n\
  10892. This is the YP/NIS executable.  Perhaps you need to use\n\
  10893. the other one?\n\
  10894. \n
  10895.  
  10896. !*strings.21130:Warning: this is an executable `%.1024s' script!\n\
  10897. \n\
  10898. You are about to execute arbitrary system commands\n\
  10899. on your local machine.  This is a security risk.\n\
  10900. Unless you completely understand this script, it\n\
  10901. is strongly recommended you not do this.\n\
  10902. \n\
  10903. Execute the script?
  10904.  
  10905. !*strings.21131:Warning: this is an executable `%.1024s' script!\n\
  10906. \n\
  10907. You may be about to execute arbitrary system commands\n\
  10908. on your local machine.  This is a security risk.\n\
  10909. Unless you completely understand this script, it\n\
  10910. is strongly recommended you not do this.\n\
  10911. \n\
  10912. Execute the script?
  10913.  
  10914. !*strings.21133:Authorization failed.  Retry?
  10915.  
  10916. !*strings.21134:Proxy authorization failed.  Retry?
  10917.  
  10918. !*strings.21135:Repost form data?
  10919.  
  10920. !*strings.21136:Before viewing all newsgroups, Netscape saves\n\
  10921. a copy of the newsgroup list.\n\
  10922. \n\
  10923. On a modem or slow connection, this may take a\n\
  10924. few minutes. You can choose New Window from the\n\
  10925. File menu to continue browsing.  Proceed?
  10926.  
  10927. !*strings.21137:This form is being submitted via e-mail.\n\
  10928. Submitting the form via e-mail will reveal\n\
  10929. your e-mail address to the recipient, and\n\
  10930. will send the form data without encrypting\n
  10931.  
  10932. !*strings.21139:it for privacy.  You may not want to submit\n\
  10933. sensitive or private information via this\n\
  10934. form.  You may continue or cancel this\n\
  10935. submission.  
  10936.  
  10937. !*strings.21151:message: invalid specifier `%c'\n
  10938.  
  10939. !*strings.21152:Implement more temp name
  10940.  
  10941. !*strings.21153:Implement more XPStats
  10942.  
  10943. !*strings.21160:Please enter a username for news server access
  10944.  
  10945. !*strings.21161:Enter password for user %s:
  10946.  
  10947. !*strings.21204:<TITLE>Error!</TITLE>\n\
  10948. <H1>Error!</H1> newsgroup server responded: <b>%.256s</b><p>\n
  10949.  
  10950. !*strings.21205:<b><p>Perhaps the article has expired</b><p>\n
  10951.  
  10952. !*strings.21218:<TITLE>FTP Error</TITLE>\n\
  10953. <H1>FTP Error</H1>\n\
  10954. <h2>Could not login to FTP server</h2>\n\
  10955. <PRE>
  10956.  
  10957. !*strings.21219:<TITLE>FTP Error</TITLE>\n\
  10958. <H1>FTP Error</H1>\n\
  10959. <h2>FTP Transfer failed:</h2>\n\
  10960. <PRE>
  10961.  
  10962. !*strings.21220:<TITLE>Gopher Index %.256s</TITLE><H1>%.256s <BR>Gopher Search</H1>\n\
  10963. This is a searchable Gopher index.\n\
  10964. Use the search function of your browser to enter search terms.\n\
  10965. <ISINDEX>
  10966.  
  10967. !*strings.21221:<TITLE>CSO Search of %.256s</TITLE><H1>%.256s CSO Search</H1>\n\
  10968. A CSO database usually contains a phonebook or directory.\n\
  10969. Use the search function of your browser to enter search terms.\n\
  10970. <ISINDEX>
  10971.  
  10972. !*strings.21222:<TITLE>Missing Post reply data</TITLE>\n\
  10973. <H1>Data Missing</H1>\n\
  10974. This document resulted from a POST operation and has expired from the\n\
  10975. cache.  If you wish you can repost the form data to recreate the\n\
  10976. document by pressing the <b>reload</b> button.\n
  10977.  
  10978. !*strings.21250:RSA Public Key Cryptography
  10979.  
  10980. !*strings.21251:International
  10981.  
  10982. !*strings.21252:This is an insecure document that is not encrypted and offers no security\n\
  10983. protection.
  10984.  
  10985. !*strings.21253:<h3>No new newsgroups</h3>
  10986.  
  10987. !*strings.21256:Enter username for %.200s at %.200s:
  10988.  
  10989. !*strings.21257:Type in a newsgroup to add to the list:
  10990.  
  10991. !*strings.21260:This is a secure document that uses a medium-grade encryption key suited\n\
  10992. for U.S. export
  10993.  
  10994. !*strings.21261:This is a secure document that uses a high-grade encryption key for U.S.\n\
  10995. domestic use only
  10996.  
  10997. !*strings.21270:Bookmarks have changed on disk and are being reloaded.
  10998.  
  10999. !*strings.21271:The address book has changed on disk and is being reloaded.
  11000.  
  11001. !*strings.21272:Bookmarks have changed on disk.  Discard your unsaved changes\n\
  11002. and reload?
  11003.  
  11004. !*strings.21273:The address book has changed on disk.  Discard your unsaved changes\n\
  11005. and reload?
  11006.  
  11007. !*strings.21274:Error saving bookmarks file!
  11008.  
  11009. !*strings.21275:Error saving address book file!
  11010.  
  11011. !*strings.21276:This is a searchable index. Enter search keywords: 
  11012.  
  11013. !*strings.21277:Reset
  11014.  
  11015. !*strings.21278:Submit Query
  11016.  
  11017. !*strings.21279:<H3>No info while document is loading</H3>\n
  11018.  
  11019. !*strings.21280:<LI>Encoding: 
  11020.  
  11021. !*strings.21281:<b>Form %d:</b><UL>
  11022.  
  11023. !*strings.21282:%ld hours ago
  11024.  
  11025. !*strings.21283:%ld days ago
  11026.  
  11027. !*strings.21284:There are %ld aliases to %s
  11028.  
  11029. !*strings.21285:There is 1 alias to %s
  11030.  
  11031. !*strings.21286:There are no aliases to %s
  11032.  
  11033. !*strings.21287:Nicknames may only have letters and numbers\n\
  11034. in them.  The nickname has not been changed.
  11035.  
  11036. !*strings.21288:An entry with this nickname already exists.\n\
  11037. The nickname has not been changed.
  11038.  
  11039. !*strings.21289:This item has %d alias(es). These aliases \n\
  11040. will be removed, as well.
  11041.  
  11042. !*strings.21290:Some of the items you are about to remove \n\
  11043. have one or more aliases. The aliases will \n\
  11044. be removed, as well.
  11045.  
  11046. !*strings.21291:<!-- This is an automatically generated file.
  11047.  
  11048. !*strings.21292:It will be read and overwritten.
  11049.  
  11050. !*strings.21293:Do Not Edit! -->
  11051.  
  11052. !*strings.21294:New Folder
  11053.  
  11054. !*strings.21295:New Bookmark
  11055.  
  11056. !*strings.21296:Not Found
  11057.  
  11058. !*strings.21297:Open bookmarks file
  11059.  
  11060. !*strings.21298:Import bookmarks file
  11061.  
  11062. !*strings.21299:Save bookmarks file
  11063.  
  11064. !*strings.21300:Less than one hour ago
  11065.  
  11066. !*strings.21301:The global history database is currently closed
  11067.  
  11068. !*strings.21302:Unknown
  11069.  
  11070. !*strings.21303:The global history database is currently empty
  11071.  
  11072. !*strings.21304:<BR>\n\
  11073. <TT>Date:</TT> %s<P>
  11074.  
  11075. !*strings.21305:\n\
  11076. <HR>\n\
  11077. <TT>Total entries:</TT> %ld<P>
  11078.  
  11079. !*strings.21306:Personal Bookmarks
  11080.  
  11081. !*strings.21307:<!-- This is an automatically generated file.\n\
  11082. It will be read and overwritten.\n\
  11083. Do Not Edit! -->\n
  11084.  
  11085. !*strings.21308:Loading plug-in
  11086.  
  11087. !*strings.21309:at %ld bytes/sec
  11088.  
  11089. !*strings.21310:at %.1fK/sec
  11090.  
  11091. !*strings.21311:at %.1fM/sec
  11092.  
  11093. !*strings.21312:stalled
  11094.  
  11095. !*strings.21313:%lu
  11096.  
  11097. !*strings.21314:%luK
  11098.  
  11099. !*strings.21315:%3.2fM
  11100.  
  11101. !*strings.21316:%02ld:%02ld:%02ld remaining
  11102.  
  11103. !*strings.21317:%02ld:%02ld remaining
  11104.  
  11105. !*strings.21318:%ld sec%s remaining
  11106.  
  11107. !*strings.21319:Version: 
  11108.  
  11109. !*strings.21320:Serial Number: 
  11110.  
  11111. !*strings.21321:Issuer: 
  11112.  
  11113. !*strings.21322:Subject: 
  11114.  
  11115. !*strings.21323:Version: %s%sSerial Number: %s%sIssuer:  %s%sSubject: %s%sNot Valid Before: %s%sNot Valid After: %s%s
  11116.  
  11117. !*strings.21324:Enter Your Navigator Password:
  11118.  
  11119. !*strings.21325:A plugin for the mime type %s\n\
  11120. was not found.
  11121.  
  11122. !*strings.21326:Could not load the plug-in '%s' for the MIME type '%s'.  \n\
  11123. \n\
  11124.   Make sure enough memory is available and that the plug-in is installed correctly.
  11125.  
  11126. !*strings.21327:Unable to start a java applet: Can't find '%s' in your\n\
  11127. CLASSPATH. Read the release notes and install '%s'\n\
  11128. properly before restarting.\n\
  11129. \n\
  11130. Current value of CLASSPATH:\n\
  11131. %s\n
  11132.  
  11133. !*strings.21328:Unable to start a java applet: the version number for your\n\
  11134. classes is wrong. The version number found was %d. The correct\n\
  11135. version number is %d.\n
  11136.  
  11137. !*strings.21329:Java reported the following error on startup:\n\
  11138. \n\
  11139. %s\n
  11140.  
  11141. !*strings.21330:Failed to start the Java debugger.\n
  11142.  
  11143. !*strings.21331:The system has been locked to prevent access to restricted sites. Please enter your password if you will be changing these settings:
  11144.  
  11145. !*strings.21332:The previously entered password was not correct. Please enter your password if you'll be changing these restrictions settings during this session:
  11146.  
  11147. !*strings.21335:Connect: Please enter password for host...
  11148.  
  11149. !*strings.21336:Proxy is requiring an authentication scheme that is not supported.
  11150.  
  11151. !*strings.21337:Proxy nonces appear to expire immediately.\n\
  11152. This is either a problem in the proxy's authentication \n\
  11153. implementation, or you have mistyped your password.\n\
  11154. Do you want to re-enter your username and password?
  11155.  
  11156. !*strings.21338:unidentified proxy server
  11157.  
  11158. !*strings.21339:Proxy authentication required for %.250s at %.250s:
  11159.  
  11160. !*strings.21340:Connect: Please enter password for proxy...
  11161.  
  11162. !*strings.21341:Bad keyword in proxy automatic configuration: %s.
  11163.  
  11164. !*strings.21342:Try connecting to the proxy again?
  11165.  
  11166. !*strings.21343:Try connecting to SOCKS again?
  11167.  
  11168. !*strings.21344:Try connecting to proxy / SOCKS again?
  11169.  
  11170. !*strings.21345:Proxy server is unavailable.\n\
  11171. \n\
  11172. Try connecting to proxy %s again?
  11173.  
  11174. !*strings.21346:All proxy servers are unavailable.\n\
  11175. \n\
  11176. Try connecting to %s again?
  11177.  
  11178. !*strings.21347:SOCKS is unavailable.  Try connecting to SOCKS %s again?
  11179.  
  11180. !*strings.21348:SOCKS and proxies are unavailable.  Try\n\
  11181. connecting to %s again?
  11182.  
  11183. !*strings.21349:All proxies are unavailable. Do you wish to temporarily\n\
  11184. override proxies by connecting directly until proxies\n\
  11185. are available again?
  11186.  
  11187. !*strings.21350:SOCKS is unavailable. Do you wish to temporarily\n\
  11188. override SOCKS by connecting directly until SOCKS\n\
  11189. are available again?
  11190.  
  11191. !*strings.21351:Both proxies and SOCKS are unavailable. Do you wish to\n\
  11192. temporarily override them by connecting directly until they\n\
  11193. are available again?
  11194.  
  11195. !*strings.21352:All proxies are still down.\n\
  11196. Continue with direct connections?
  11197.  
  11198. !*strings.21353:SOCKS is still down.\n\
  11199. \n\
  11200. Continue with direct connections?
  11201.  
  11202. !*strings.21354:SOCKS and proxies are still down.\n\
  11203. \n\
  11204. Continue with direct connections?
  11205.  
  11206. !*strings.21355:No proxy automatic configuration file was received.\n\
  11207. \n\
  11208. No proxies will be used.
  11209.  
  11210. !*strings.21356:The automatic configuration file is empty:\n\
  11211. \n\
  11212.     %s\n\
  11213. \n\
  11214. Use the configuration from the previous session instead?
  11215.  
  11216. !*strings.21357:The automatic configuration file has errors:\n\
  11217. \n\
  11218.         %s\n\
  11219. \n\
  11220. Use the configuration from the previous session instead?
  11221.  
  11222. !*strings.21358:The proxy automatic configuration file has errors:\n\
  11223. \n\
  11224.         %s\n\
  11225. \n\
  11226. No proxies will be used.
  11227.  
  11228. !*strings.21359:The automatic configuration file is not of the correct type:\n\
  11229. \n\
  11230.         %s\n\
  11231. \n\
  11232. Expected MIME type of application/x-javascript-config or application/x-ns-proxy-autoconfig.\n\
  11233. \n\
  11234. Use the configuration from the previous session instead?
  11235.  
  11236. !*strings.21360:The proxy automatic configuration file could not be loaded.\n\
  11237. \n\
  11238. Check the proxy automatic configuration URL in preferences.\n\
  11239. \n\
  11240. No proxies will be used.
  11241.  
  11242. !*strings.21361:The automatic configuration file could not be loaded.\n\
  11243. \n\
  11244. Use the configuration from the previous session instead?
  11245.  
  11246. !*strings.21362:The backup proxy automatic configuration file had errors.\n\
  11247. \n\
  11248. No proxies will be used.
  11249.  
  11250. !*strings.21363:Proxy automatic configuration load was cancelled.\n\
  11251. \n\
  11252. No proxies will be used.
  11253.  
  11254. !*strings.21364:Warning:\n\
  11255. \n\
  11256. Server sent an unrequested proxy automatic\n\
  11257. configuration file to Netscape:\n\
  11258. \n\
  11259.         %s\n\
  11260. \n\
  11261. Configuration file will be ignored.
  11262.  
  11263. !*strings.21365:Receiving proxy auto-configuration file...
  11264.  
  11265. !*strings.21366:Cache cleanup: removing %d files...
  11266.  
  11267. !*strings.21367:The database selected is valid, but cannot\n\
  11268. be validated as the correct database because\n\
  11269. it is missing a name entry.  Do you wish to\n\
  11270. use this database anyway?
  11271.  
  11272. !*strings.21368:The database selected is named:\n\
  11273. %.900s\n\
  11274. The database requested was named:\n\
  11275. %.900s\n\
  11276. Do you wish to use this database anyway?
  11277.  
  11278. !*strings.21369:The page currently loading has requested an external\n\
  11279. cache.  Using a read-only external cache can improve\n\
  11280. network file retrieval time.\n\
  11281. \n\
  11282. If you do not have the external cache requested,\n\
  11283. select "Cancel" in the file selection box.
  11284.  
  11285. !*strings.21370:The proxy automatic configuration file is not of the correct type:\n\
  11286. \n\
  11287.         %s\n\
  11288. \n\
  11289. Expected the MIME type of application/x-ns-proxy-autoconfig.\n\
  11290. \n\
  11291. No proxies will be used.
  11292.  
  11293. !*strings.21371:Reading segment...Done
  11294.  
  11295. !*strings.21372:<TITLE>Directory listing of %.1024s</TITLE>\n
  11296.  
  11297. !*strings.21373:<H1>Directory listing of %.1024s</H1>\n\
  11298. <PRE>
  11299.  
  11300. !*strings.21374:">Up to higher level directory</A><BR>
  11301.  
  11302. !*strings.21375:Could not login to FTP server
  11303.  
  11304. !*strings.21376:Error: Could not make connection non-blocking.
  11305.  
  11306. !*strings.21377:Posting file %.256s...
  11307.  
  11308. !*strings.21378:<TITLE>Directory of %.512s</TITLE>\n\
  11309.  <H2>Current directory is %.512s</H2>\n\
  11310.  <PRE>
  11311.  
  11312. !*strings.21379:%d URL's waiting for an open socket (limit %d)\n
  11313.  
  11314. !*strings.21380:%d URL's waiting for fewer active URL's\n
  11315.  
  11316. !*strings.21381:%d Connections Open\n
  11317.  
  11318. !*strings.21382:%d Active URL's\n
  11319.  
  11320. !*strings.21383:\n\
  11321. \n\
  11322. Using previously cached copy instead
  11323.  
  11324. !*strings.21384:Server returned no data
  11325.  
  11326. !*strings.21385:>\n\
  11327. <HR><H3>Transfer interrupted!</H3>\n
  11328.  
  11329. !*strings.21386:\n\
  11330. \n\
  11331. Transfer interrupted!\n
  11332.  
  11333. !*strings.21387:Mail: Reading folder %s...
  11334.  
  11335. !*strings.21388:Mail: Reading message...
  11336.  
  11337. !*strings.21389:Mail: Emptying trash...
  11338.  
  11339. !*strings.21390:Mail: Compacting folder %s...
  11340.  
  11341. !*strings.21391:Mail: Delivering queued messages...
  11342.  
  11343. !*strings.21392:Mail: Reading message...Done
  11344.  
  11345. !*strings.21393:Mail: Reading folder...Done
  11346.  
  11347. !*strings.21394:Mail: Emptying trash...Done
  11348.  
  11349. !*strings.21395:Mail: Compacting folder...Done
  11350.  
  11351. !*strings.21396:Mail: Delivering queued messages...Done
  11352.  
  11353. !*strings.21398:Connect: News server contacted. Waiting for reply...
  11354.  
  11355. !*strings.21399:Please enter a password for news server access
  11356.  
  11357. !*strings.21400:Message sent; waiting for reply...
  11358.  
  11359. !*strings.21401:No Answer
  11360.  
  11361. !*strings.21402:The POP3 mail server (%s) does not\n\
  11362.  support UIDL, which Netscape Mail needs to implement\n\
  11363.  the ``Leave on Server'' and ``Maximum Message Size''\n\
  11364.  options.\n\
  11365. \n\
  11366.  To download your mail, turn off these options in the\n\
  11367.  Mail Server panel of Preferences.
  11368.  
  11369. !*strings.21403:Receiving: message %lu of %lu
  11370.  
  11371. !*strings.21404:The POP3 mail server (%s) does not\n\
  11372. support the TOP command.\n\
  11373. \n\
  11374. Without server support for this, we cannot implement\n\
  11375. the ``Maximum Message Size'' preference.  This option\n\
  11376. has been disabled, and messages will be downloaded\n\
  11377. regardless of their size.
  11378.  
  11379. !*strings.21405:Could not log in to the mail server.\n\
  11380. The server responded:\n\
  11381. \n\
  11382.   %s\n\
  11383. \n\
  11384. Please enter a new password for user %.100s@%.100s:
  11385.  
  11386. !*strings.21406:Connect: Host contacted, sending login information...
  11387.  
  11388. !*strings.21407:Assembling message...
  11389.  
  11390. !*strings.21408:Assembling message...Done
  11391.  
  11392. !*strings.21409:Loading attachment...
  11393.  
  11394. !*strings.21410:Loading attachments...
  11395.  
  11396. !*strings.21411:Delivering mail...
  11397.  
  11398. !*strings.21412:Delivering mail...
  11399.  
  11400. !*strings.21413:Delivering mail...Done
  11401.  
  11402. !*strings.21414:Delivering news...
  11403.  
  11404. !*strings.21415:Delivering news...Done
  11405.  
  11406. !*strings.21416:Queuing for later delivery...
  11407.  
  11408. !*strings.21417:Writing to Sent Mail file...
  11409.  
  11410. !*strings.21418:Queued for later delivery.
  11411.  
  11412. !*strings.21419:Message Composition
  11413.  
  11414. !*strings.21421:Loading summary file...
  11415.  
  11416. !*strings.21422:loaded %ld of %ld messages
  11417.  
  11418. !*strings.21423:Add Folder
  11419.  
  11420. !*strings.21424:Add Folder...
  11421.  
  11422. !*strings.21425:Enter the new name for your folder:
  11423.  
  11424. !*strings.21426:Save Message As
  11425.  
  11426. !*strings.21427:Save Messages As
  11427.  
  11428. !*strings.21428:Get New Messages
  11429.  
  11430. !*strings.21429:Send Unsent Messages
  11431.  
  11432. !*strings.21430:New Folder...
  11433.  
  11434. !*strings.21431:Compact This Folder
  11435.  
  11436. !*strings.21432:Compact All Folders
  11437.  
  11438. !*strings.21433:Open News Server...
  11439.  
  11440. !*strings.21434:Empty Trash Folder
  11441.  
  11442. !*strings.21435:Print...
  11443.  
  11444. !*strings.21436:Undo
  11445.  
  11446. !*strings.21437:Redo
  11447.  
  11448. !*strings.21438:Delete Selected Messages
  11449.  
  11450. !*strings.21439:Delete Message
  11451.  
  11452. !*strings.21440:Delete Folder
  11453.  
  11454. !*strings.21441:Cancel Message
  11455.  
  11456. !*strings.21442:Delete Newsgroup Server
  11457.  
  11458. !*strings.21443:Subscribe
  11459.  
  11460. !*strings.21444:Unsubscribe
  11461.  
  11462. !*strings.21445:Select Thread
  11463.  
  11464. !*strings.21446:Select Flagged Messages
  11465.  
  11466. !*strings.21447:Select All Messages
  11467.  
  11468. !*strings.21448:Deselect All Messages
  11469.  
  11470. !*strings.21449:Flag Message
  11471.  
  11472. !*strings.21450:Unflag Message
  11473.  
  11474. !*strings.21451:Again
  11475.  
  11476. !*strings.21452:By Thread
  11477.  
  11478. !*strings.21453:By Date
  11479.  
  11480. !*strings.21454:By Sender
  11481.  
  11482. !*strings.21455:By Subject
  11483.  
  11484. !*strings.21456:By Order Received
  11485.  
  11486. !*strings.21457:Unscramble (Rot13)
  11487.  
  11488. !*strings.21458:Add from Newest Messages
  11489.  
  11490. !*strings.21459:Add from Oldest Messages
  11491.  
  11492. !*strings.21460:Get More Messages
  11493.  
  11494. !*strings.21461:Get All Messages
  11495.  
  11496. !*strings.21462:Address Book
  11497.  
  11498. !*strings.21463:View Address Book Entry
  11499.  
  11500. !*strings.21464:Add to Address Book
  11501.  
  11502. !*strings.21465:New Newsgroup Message
  11503.  
  11504. !*strings.21466:to Newsgroup
  11505.  
  11506. !*strings.21467:to Sender and Newsgroup
  11507.  
  11508. !*strings.21468:New Message
  11509.  
  11510. !*strings.21469:Reply
  11511.  
  11512. !*strings.21470:to Sender and All Recipients
  11513.  
  11514. !*strings.21471:Forward Selected Messages
  11515.  
  11516. !*strings.21472:Forward As Attachment
  11517.  
  11518. !*strings.21473:Mark Selected as Read
  11519.  
  11520. !*strings.21474:Mark as Read
  11521.  
  11522. !*strings.21475:Mark Selected as Unread
  11523.  
  11524. !*strings.21476:Mark as Unread
  11525.  
  11526. !*strings.21477:Unflag All Messages
  11527.  
  11528. !*strings.21478:Copy Selected Messages
  11529.  
  11530. !*strings.21479:Copy
  11531.  
  11532. !*strings.21480:Move Selected Messages
  11533.  
  11534. !*strings.21481:Move
  11535.  
  11536. !*strings.21482:Save Selected Messages As...
  11537.  
  11538. !*strings.21483:Save As...
  11539.  
  11540. !*strings.21484:Move Selected Messages To...
  11541.  
  11542. !*strings.21485:Move This Message To...
  11543.  
  11544. !*strings.21486:First Message
  11545.  
  11546. !*strings.21487:Message
  11547.  
  11548. !*strings.21488:Message
  11549.  
  11550. !*strings.21489:Last Message
  11551.  
  11552. !*strings.21490:First Unread Message
  11553.  
  11554. !*strings.21491:Unread Message
  11555.  
  11556. !*strings.21492:Unread Message
  11557.  
  11558. !*strings.21493:Last Unread
  11559.  
  11560. !*strings.21494:First Flagged Message
  11561.  
  11562. !*strings.21495:Flagged Message
  11563.  
  11564. !*strings.21496:Flagged Message
  11565.  
  11566. !*strings.21497:Last Flagged
  11567.  
  11568. !*strings.21498:Back
  11569.  
  11570. !*strings.21499:Forward
  11571.  
  11572. !*strings.21500:Mark Thread as Read
  11573.  
  11574. !*strings.21501:Mark All Read
  11575.  
  11576. !*strings.21502:Mark Selected Threads Read
  11577.  
  11578. !*strings.21505:Show All Messages
  11579.  
  11580. !*strings.21506:Show Only Unread Messages
  11581.  
  11582. !*strings.21507:All
  11583.  
  11584. !*strings.21508:Include Original Text
  11585.  
  11586. !*strings.21509:From
  11587.  
  11588. !*strings.21510:Reply To
  11589.  
  11590. !*strings.21511:Mail To
  11591.  
  11592. !*strings.21512:Mail CC
  11593.  
  11594. !*strings.21513:Mail BCC
  11595.  
  11596. !*strings.21514:File CC
  11597.  
  11598. !*strings.21515:Newsgroups
  11599.  
  11600. !*strings.21516:Followups To
  11601.  
  11602. !*strings.21517:Subject
  11603.  
  11604. !*strings.21518:Attachment
  11605.  
  11606. !*strings.21519:Send Formatted Text
  11607.  
  11608. !*strings.21520:Queue For Later Delivery
  11609.  
  11610. !*strings.21521:Attach As Text
  11611.  
  11612. !*strings.21522:Flag Messages
  11613.  
  11614. !*strings.21523:Unflag Messages
  11615.  
  11616. !*strings.21524:Ascending
  11617.  
  11618. !*strings.21525:<P><CENTER>\n\
  11619. <TABLE BORDER CELLSPACING=5 CELLPADDING=10 WIDTH="80%%">\n\
  11620. <TR><TD ALIGN=CENTER><FONT SIZE="+1">Truncated!</FONT><HR>\n
  11621.  
  11622. !*strings.21526:<B>This message exceeded the Maximum Message Size set in Preferences,\n\
  11623. so we have only downloaded the first few lines from the mail server.<P>Click <A HREF="
  11624.  
  11625. !*strings.21527:">here</A> to download the rest of the message.</B></TD></TR></TABLE></CENTER>\n
  11626.  
  11627. !*strings.21528:(no headers)
  11628.  
  11629. !*strings.21529:(unspecified)
  11630.  
  11631. !*strings.21530:Macintosh File
  11632.  
  11633. !*strings.21531:The directory %s does not exist.  Mail will not\n\
  11634. work without it.\n\
  11635. \n\
  11636. Create it now?
  11637.  
  11638. !*strings.21532:Save decoded file as:
  11639.  
  11640. !*strings.21533:The file %s has been changed by some other program!\n\
  11641. Overwrite it?
  11642.  
  11643. !*strings.21534:Open News Server
  11644.  
  11645. !*strings.21535:news.announce.newusers
  11646.  
  11647. !*strings.21536:news.newusers.questions
  11648.  
  11649. !*strings.21537:news.answers
  11650.  
  11651. !*strings.21538:Mail: Compacting folder %s...
  11652.  
  11653. !*strings.21539:Mail: Compacting folder %s...Done
  11654.  
  11655. !*strings.21540:Can't open %s. You may not have permission to write to this file.\n\
  11656. Check the permissions and try again.
  11657.  
  11658. !*strings.21541:Save attachment as:
  11659.  
  11660. !*strings.21542:%lu byte%s
  11661.  
  11662. !*strings.21543:
  11663.  
  11664. !*strings.21544:s
  11665.  
  11666. !*strings.21545:%s of %s (%s, %s)
  11667.  
  11668. !*strings.21546:%s of %s (%s)
  11669.  
  11670. !*strings.21547:%s of %s
  11671.  
  11672. !*strings.21548:%s read (%s)
  11673.  
  11674. !*strings.21549:%s read
  11675.  
  11676. !*strings.21550:Mail: Message sent; waiting for reply...
  11677.  
  11678. !*strings.21551:<TITLE>Information about the Netscape global history</TITLE>\n\
  11679. <h2>Global history entries</h2>\n\
  11680. <HR>
  11681.  
  11682. !*strings.21552:%d%%
  11683.  
  11684. !*strings.21553:%s image %dx%d pixels
  11685.  
  11686. !*strings.21554:Couldn't find image of correct URL, size, background, etc.\n\
  11687. in cache:\n\
  11688. %s\n
  11689.  
  11690. !*strings.21555:%d-bit pseudocolor
  11691.  
  11692. !*strings.21556:1-bit monochrome
  11693.  
  11694. !*strings.21557:%d-bit greyscale
  11695.  
  11696. !*strings.21558:%d-bit RGB true color.
  11697.  
  11698. !*strings.21559:Decoded size (bytes):
  11699.  
  11700. !*strings.21560:%u x %u
  11701.  
  11702. !*strings.21561: (scaled from %u x %u)
  11703.  
  11704. !*strings.21562:Image dimensions:
  11705.  
  11706. !*strings.21563:Color:
  11707.  
  11708. !*strings.21564:%d colors
  11709.  
  11710. !*strings.21565:(none)
  11711.  
  11712. !*strings.21566:Colormap:
  11713.  
  11714. !*strings.21567:yes, backdrop visible through transparency
  11715.  
  11716. !*strings.21568:yes, solid color background <tt>#%02x%02x%02x</tt>
  11717.  
  11718. !*strings.21569:no
  11719.  
  11720. !*strings.21570:Transparency:
  11721.  
  11722. !*strings.21571:Comment:
  11723.  
  11724. !*strings.21572:Unknown
  11725.  
  11726. !*strings.21573:Compressing image cache:\n\
  11727. removing %s\n
  11728.  
  11729. !*strings.21574:Add Newsgroup...
  11730.  
  11731. !*strings.21575:Find Again
  11732.  
  11733. !*strings.21576:Send
  11734.  
  11735. !*strings.21577:Send Later
  11736.  
  11737. !*strings.21578:Attach...
  11738.  
  11739. !*strings.21579:Attachments Inline
  11740.  
  11741. !*strings.21580:Attachments as Links
  11742.  
  11743. !*strings.21581:Forward Quoted
  11744.  
  11745. !*strings.21582:Are you sure you want to remove the news server %s\n\
  11746. and all of the newsgroups in it?
  11747.  
  11748. !*strings.21583:All Fields
  11749.  
  11750. !*strings.21584:The `Unsent Messages' folder contains a message which is not\n\
  11751. scheduled for delivery!
  11752.  
  11753. !*strings.21585:The `Unsent Messages' folder contains %d messages which are not\n\
  11754. scheduled for delivery!
  11755.  
  11756. !*strings.21586:\n\
  11757. \n\
  11758. This probably means that some program other than\n\
  11759. Netscape has added messages to this folder.\n
  11760.  
  11761. !*strings.21587:The `Unsent Messages' folder is special; it is only for storing\n\
  11762. messages to be sent later.
  11763.  
  11764. !*strings.21588:\n\
  11765. Therefore, you can't use it as your `Sent' folder.\n\
  11766. \n\
  11767. Please verify that your outgoing messages destination is correct\n\
  11768. in your Mail and News preferences.
  11769.  
  11770. !*strings.21589:An error occurred delivering unsent messages.\n\
  11771. \n\
  11772. %s\n\
  11773. Continue delivery of any remaining unsent messages?
  11774.  
  11775. !*strings.21590:Password for mail user %.100s@%.100s:
  11776.  
  11777. !*strings.21591:%sBookmarks for %s%s
  11778.  
  11779. !*strings.21592:%sPersonal Bookmarks%s
  11780.  
  11781. !*strings.21593:%sAddress book for %s%s
  11782.  
  11783. !*strings.21594:%sPersonal Address book%s
  11784.  
  11785. !*strings.21595:sock: %d   con_sock: %d   protocol: %d\n
  11786.  
  11787. !*strings.21596:URL not found in cache: 
  11788.  
  11789. !*strings.21597:Partial cache entry, getting rest from server:\n
  11790.  
  11791. !*strings.21598:Checking server to verify cache entry\n\
  11792. because force_reload is set:\n
  11793.  
  11794. !*strings.21599:Object has expired, reloading:\n
  11795.  
  11796. !*strings.21600:Checking server to verify cache entry:\n
  11797.  
  11798. !*strings.21601:Checking server to verify cache entry\n\
  11799. because last_modified missing:\n
  11800.  
  11801. !*strings.21602:Netsite:
  11802.  
  11803. !*strings.21603:Location:
  11804.  
  11805. !*strings.21604:File MIME Type:
  11806.  
  11807. !*strings.21605:Currently Unknown
  11808.  
  11809. !*strings.21606:Source:
  11810.  
  11811. !*strings.21607:Currently in disk cache
  11812.  
  11813. !*strings.21608:Currently in memory cache
  11814.  
  11815. !*strings.21609:Not cached
  11816.  
  11817. !*strings.21610:<H1>The window is now inactive</H1>
  11818.  
  11819. !*strings.21611:Local cache file:
  11820.  
  11821. !*strings.21612:none
  11822.  
  11823. !*strings.21613:%A, %d-%b-%y %H:%M:%S Local time
  11824.  
  11825. !*strings.21614:Last Modified:
  11826.  
  11827. !*strings.21615:%A, %d-%b-%y %H:%M:%S GMT
  11828.  
  11829. !*strings.21616:Content Length:
  11830.  
  11831. !*strings.21617:No date given
  11832.  
  11833. !*strings.21618:Expires:
  11834.  
  11835. !*strings.21619:Mac Type:
  11836.  
  11837. !*strings.21620:Mac Creator:
  11838.  
  11839. !*strings.21621:Charset:
  11840.  
  11841. !*strings.21622:Status unknown
  11842.  
  11843. !*strings.21623:Security:
  11844.  
  11845. !*strings.21624:Certificate:
  11846.  
  11847. !*strings.21625:Untitled document
  11848.  
  11849. !*strings.21626:</b></FONT> has the following structure:<p><ul><li>
  11850.  
  11851. !*strings.21627:Page Info
  11852.  
  11853. !*strings.21628:about:editfilenew
  11854.  
  11855. !*strings.21629:file:///Untitled
  11856.  
  11857. !*strings.21630:Brief
  11858.  
  11859. !*strings.21631:Normal
  11860.  
  11861. !*strings.21632:Deleting '%s' will delete all of the messages it contains.\n\
  11862. Are you sure you still want to delete this folder?
  11863.  
  11864. !*strings.21633:The proxy automatic configuration file could not be loaded.\n\
  11865. \n\
  11866. Cannot fail over to using no proxies since your autoconfig url\n\
  11867. is locked.\n\
  11868. See your local system administrator for help.
  11869.  
  11870. !*strings.21634:No proxy automatic configuration file was received.\n\
  11871. \n\
  11872. Cannot fail over to using no proxies since your autoconfig url\n\
  11873. is locked.\n\
  11874. See your local system administrator for help.
  11875.  
  11876. !*strings.21635:There was a problem receiving your proxy autoconfig\n\
  11877. information.  Since your autoconfig URL has been locally\n\
  11878. locked, we cannot failover to allowing no proxies.\n\
  11879. \n\
  11880. See your local system administrator for help.
  11881.  
  11882. !*strings.21636:Import Address Book File...
  11883.  
  11884. !*strings.21637:Export Address Book File...
  11885.  
  11886. !*strings.21638:this bookmark
  11887.  
  11888. !*strings.21639:this entry
  11889.  
  11890. !*strings.21640:%ld seconds
  11891.  
  11892. !*strings.21641:%ld minutes
  11893.  
  11894. !*strings.21642:%ld hours %ld minutes
  11895.  
  11896. !*strings.21643:Main Bookmarks
  11897.  
  11898. !*strings.21644:Address Book
  11899.  
  11900. !*strings.21645:Wrap long lines
  11901.  
  11902. !*strings.21646:Auto Saving %s
  11903.  
  11904. !*strings.21647:Cannot edit non-HTML documents!
  11905.  
  11906. !*strings.21648:subject
  11907.  
  11908. !*strings.21649:sender
  11909.  
  11910. !*strings.21650:body
  11911.  
  11912. !*strings.21651:date
  11913.  
  11914. !*strings.21652:priority
  11915.  
  11916. !*strings.21653:status
  11917.  
  11918. !*strings.21654:to
  11919.  
  11920. !*strings.21655:CC
  11921.  
  11922. !*strings.21656:to or CC
  11923.  
  11924. !*strings.21657:name
  11925.  
  11926. !*strings.21658:e-mail address
  11927.  
  11928. !*strings.21659:phone number
  11929.  
  11930. !*strings.21660:organization
  11931.  
  11932. !*strings.21661:organizational unit
  11933.  
  11934. !*strings.21662:city
  11935.  
  11936. !*strings.21663:street address
  11937.  
  11938. !*strings.21664:size
  11939.  
  11940. !*strings.21665:any text
  11941.  
  11942. !*strings.21666:keyword
  11943.  
  11944. !*strings.21667:contains
  11945.  
  11946. !*strings.21668:doesn't contain
  11947.  
  11948. !*strings.21669:is
  11949.  
  11950. !*strings.21670:isn't
  11951.  
  11952. !*strings.21671:is empty
  11953.  
  11954. !*strings.21672:is before
  11955.  
  11956. !*strings.21673:is after
  11957.  
  11958. !*strings.21674:is higher than
  11959.  
  11960. !*strings.21675:is lower than
  11961.  
  11962. !*strings.21676:begins with
  11963.  
  11964. !*strings.21677:ends with
  11965.  
  11966. !*strings.21678:sounds like
  11967.  
  11968. !*strings.21679:reserved
  11969.  
  11970. !*strings.21680:forward.msg
  11971.  
  11972. !*strings.21681:Your SMTP server does not support the return receipt function \n\
  11973. so your message will be sent without the return receipt request.
  11974.  
  11975. !*strings.21682:age in days
  11976.  
  11977. !*strings.21683:is greater than
  11978.  
  11979. !*strings.21684:is less than
  11980.  
  11981. !*strings.21685:This message cannot be sent because your user name\n\
  11982. could not be determined.\n\
  11983. \n\
  11984. Please check your NIS or YP configuration (if used) and\n\
  11985. the USER and LOGNAME environment variables.
  11986.  
  11987. !*strings.21686:read
  11988.  
  11989. !*strings.21687:replied
  11990.  
  11991. !*strings.21688:Rename selected folder
  11992.  
  11993. !*strings.21689:Draft
  11994.  
  11995. !*strings.21690:Move to folder
  11996.  
  11997. !*strings.21691:Change priority
  11998.  
  11999. !*strings.21692:Delete
  12000.  
  12001. !*strings.21693:Mark read
  12002.  
  12003. !*strings.21694:Ignore thread
  12004.  
  12005. !*strings.21695:Watch thread
  12006.  
  12007. !*strings.21696:forwarded
  12008.  
  12009. !*strings.21697:replied and forwarded
  12010.  
  12011. !*strings.21698:Too many entries found.  Please enter more search criteria.
  12012.  
  12013. !*strings.21700:Read More
  12014.  
  12015. !*strings.21701:Unread Thread
  12016.  
  12017. !*strings.21702:Next Unread Category
  12018.  
  12019. !*strings.21703:Unread Group
  12020.  
  12021. !*strings.21704:By Priority
  12022.  
  12023. !*strings.21705:Call
  12024.  
  12025. !*strings.21706:Type
  12026.  
  12027. !*strings.21707:By Name
  12028.  
  12029. !*strings.21708:By Nickname
  12030.  
  12031. !*strings.21709:By Email Address
  12032.  
  12033. !*strings.21710:By Company
  12034.  
  12035. !*strings.21711:By City
  12036.  
  12037. !*strings.21712:Descending
  12038.  
  12039. !*strings.21713:New Card...
  12040.  
  12041. !*strings.21714:New List...
  12042.  
  12043. !*strings.21715:Card Properties...
  12044.  
  12045. !*strings.21716:Searching %s...
  12046.  
  12047. !*strings.21717:You must enter a list name.
  12048.  
  12049. !*strings.21718:You must enter a first name.
  12050.  
  12051. !*strings.21719:Building summary file for %s...
  12052.  
  12053. !*strings.21720:All
  12054.  
  12055. !*strings.21721:Ignored Threads
  12056.  
  12057. !*strings.21722:Watched Threads with Unread
  12058.  
  12059. !*strings.21723:Threads with Unread
  12060.  
  12061. !*strings.21724:LDAP Directory Entry
  12062.  
  12063. !*strings.21725:Failed to open entry for %s due to LDAP error '%s' (0x%02X)
  12064.  
  12065. !*strings.21726:Failed to open a connection to '%s' due to LDAP error '%s' (0x%02X)
  12066.  
  12067. !*strings.21727:Failed to bind to '%s' due to LDAP error '%s' (0x%02X)
  12068.  
  12069. !*strings.21728:Failed to search '%s' due to LDAP error '%s' (0x%02X)
  12070.  
  12071. !*strings.21729:Failed to modify entry on '%s' due to LDAP error '%s' (0x%02X)
  12072.  
  12073. !*strings.21730:Found %d matches
  12074.  
  12075. !*strings.21731:Are you sure you want to unsubscribe from %s?
  12076.  
  12077. !*strings.21732:Received %ld of %ld headers
  12078.  
  12079. !*strings.21733:No new messages in newsgroup
  12080.  
  12081. !*strings.21734:Received %ld of %ld messages
  12082.  
  12083. !*strings.21735:Mail: Searching mail folders...
  12084.  
  12085. !*strings.21736:Ignore Thread
  12086.  
  12087. !*strings.21737:Ignore Threads
  12088.  
  12089. !*strings.21738:Watch Thread
  12090.  
  12091. !*strings.21739:Watch Threads
  12092.  
  12093. !*strings.21740:Name
  12094.  
  12095. !*strings.21741:Fax
  12096.  
  12097. !*strings.21742:First Name
  12098.  
  12099. !*strings.21743:City
  12100.  
  12101. !*strings.21744:Photograph
  12102.  
  12103. !*strings.21745:Email
  12104.  
  12105. !*strings.21746:Manager
  12106.  
  12107. !*strings.21747:Organization
  12108.  
  12109. !*strings.21748:Object Class
  12110.  
  12111. !*strings.21749:Department
  12112.  
  12113. !*strings.21750:Mailing Address
  12114.  
  12115. !*strings.21751:Administrative Assistant
  12116.  
  12117. !*strings.21752:Last Name
  12118.  
  12119. !*strings.21753:Street
  12120.  
  12121. !*strings.21754:Phone Number
  12122.  
  12123. !*strings.21755:Title
  12124.  
  12125. !*strings.21756:Car License Plate
  12126.  
  12127. !*strings.21757:Business Category
  12128.  
  12129. !*strings.21758:Notes
  12130.  
  12131. !*strings.21759:Department Number
  12132.  
  12133. !*strings.21760:Employee Type
  12134.  
  12135. !*strings.21761:ZIP Code
  12136.  
  12137. !*strings.21762: (secure)
  12138.  
  12139. !*strings.21763:There is no conference address for this person.  Please edit the \n\
  12140. entry and try calling them again.
  12141.  
  12142. !*strings.21764:The local database for %s couldn't be deleted. \n\
  12143. Perhaps you are reading the newsgroup in a message list window. \n\
  12144. Unsubscribe anyway?
  12145.  
  12146. !*strings.21765:Please enter a conferencing address for this person and try to call again.
  12147.  
  12148. !*strings.21766:Please enter an email address for this person and try to call again.
  12149.  
  12150. !*strings.21767:Couldn't find any conferencing software.  Install\n\
  12151. a compatible conferencing product and try again.
  12152.  
  12153. !*strings.21768:The conferencing software is only able to call one person.  Select a single\n\
  12154. entry for a person and try again.
  12155.  
  12156. !*strings.21769:An entry already exists for %s.  Would you like to replace it?
  12157.  
  12158. !*strings.21770:That file name contains illegal characters. Please use a different name.
  12159.  
  12160. !*strings.21771:%s is a virtual newsgroup. If you\n\
  12161. delete it, the server will stop putting messages in the\n\
  12162. newsgroup unless you save your search criteria again.\n\
  12163. \n
  12164.  
  12165. !*strings.21772:Found %ld articles to retrieve
  12166.  
  12167. !*strings.21773:Retrieving %1$ld of %2$ld articles\n\
  12168.   in newsgroup %3$s
  12169.  
  12170. !*strings.21774:Retrieving article %ld
  12171.  
  12172. !*strings.21775:Width = %ld
  12173.  
  12174. !*strings.21776:Height = %ld
  12175.  
  12176. !*strings.21777:(%ld%% of original %s)
  12177.  
  12178. !*strings.21778:(%ld%% of previous %s)
  12179.  
  12180. !*strings.21779:width
  12181.  
  12182. !*strings.21780:height
  12183.  
  12184. !*strings.21781: and 
  12185.  
  12186. !*strings.21782: pixels  
  12187.  
  12188. !*strings.21783:% of window  
  12189.  
  12190. !*strings.21784:State
  12191.  
  12192. !*strings.21785:Domestic
  12193.  
  12194. !*strings.21786:International
  12195.  
  12196. !*strings.21787:Postal
  12197.  
  12198. !*strings.21788:Parcel
  12199.  
  12200. !*strings.21789:Work
  12201.  
  12202. !*strings.21790:Home
  12203.  
  12204. !*strings.21791:Preferred
  12205.  
  12206. !*strings.21792:Voice
  12207.  
  12208. !*strings.21793:Fax
  12209.  
  12210. !*strings.21794:Message
  12211.  
  12212. !*strings.21795:Cellular
  12213.  
  12214. !*strings.21796:Pager
  12215.  
  12216. !*strings.21797:BBS
  12217.  
  12218. !*strings.21798:Modem
  12219.  
  12220. !*strings.21799:Car
  12221.  
  12222. !*strings.21800:ISDN
  12223.  
  12224. !*strings.21801:Video
  12225.  
  12226. !*strings.21802:AOL
  12227.  
  12228. !*strings.21803:Applelink
  12229.  
  12230. !*strings.21804:AT&T Mail
  12231.  
  12232. !*strings.21805:Compuserve
  12233.  
  12234. !*strings.21806:eWorld
  12235.  
  12236. !*strings.21807:Internet
  12237.  
  12238. !*strings.21808:IBM Mail
  12239.  
  12240. !*strings.21809:MCI Mail
  12241.  
  12242. !*strings.21810:Powershare
  12243.  
  12244. !*strings.21811:Prodigy
  12245.  
  12246. !*strings.21812:Telex
  12247.  
  12248. !*strings.21813:Additional Name
  12249.  
  12250. !*strings.21814:Prefix
  12251.  
  12252. !*strings.21815:Suffix
  12253.  
  12254. !*strings.21816:Time Zone
  12255.  
  12256. !*strings.21817:Geographic Position
  12257.  
  12258. !*strings.21818:Sound
  12259.  
  12260. !*strings.21819:Revision
  12261.  
  12262. !*strings.21820:Version
  12263.  
  12264. !*strings.21821:Public Key
  12265.  
  12266. !*strings.21822:Logo
  12267.  
  12268. !*strings.21823:Nickname
  12269.  
  12270. !*strings.21824:Home Phone
  12271.  
  12272. !*strings.21825:Birthday
  12273.  
  12274. !*strings.21826:X400
  12275.  
  12276. !*strings.21827:Address
  12277.  
  12278. !*strings.21828:Label
  12279.  
  12280. !*strings.21829:Mailer
  12281.  
  12282. !*strings.21830:Role
  12283.  
  12284. !*strings.21831:Update From
  12285.  
  12286. !*strings.21832:Conference Software Address
  12287.  
  12288. !*strings.21833:HTML Mail
  12289.  
  12290. !*strings.21834:Add to Personal Address Book
  12291.  
  12292. !*strings.21835:Variable Width
  12293.  
  12294. !*strings.21836:Fixed Width
  12295.  
  12296. !*strings.21837:Helvetica
  12297.  
  12298. !*strings.21838:Arial,Helvetica
  12299.  
  12300. !*strings.21839:Times
  12301.  
  12302. !*strings.21840:Times New Roman,Times
  12303.  
  12304. !*strings.21841:Courier
  12305.  
  12306. !*strings.21842:Courier New,Courier
  12307.  
  12308. !*strings.21843:This document has %ld characters. The Spelling Checker cannot process more than %ld characters.
  12309.  
  12310. !*strings.21844:You cannot paste this much text in a single operation.\n\
  12311. Try pasting the text in several smaller segments.
  12312.  
  12313. !*strings.21845:Delete From All Lists
  12314.  
  12315. !*strings.21846:Adding cards to Netscape address book: %s
  12316.  
  12317. !*strings.21847:Updating Mailing Lists in %s
  12318.  
  12319. !*strings.21848:Import
  12320.  
  12321. !*strings.21849:Copying cards from Netscape address book: %s
  12322.  
  12323. !*strings.21850:Export
  12324.  
  12325. !*strings.21851:Deleting entries from %s
  12326.  
  12327. !*strings.21852:Copying entries to %s
  12328.  
  12329. !*strings.21853:Moving entries to %s
  12330.  
  12331. !*strings.21854:Deleting '%s' will delete its mailing lists and cards.\n\
  12332. Are you sure you still want to delete this address book?
  12333.  
  12334. !*strings.21855:Deleting '%s' will remove this directory.\n\
  12335. Are you sure you still want to delete this directory?
  12336.  
  12337. !*strings.21856:An address book file in your preferences is a developmental database format.\n\
  12338.  The format has since changed and we are not supporting \n\
  12339.  binary import from this format. \n\
  12340.  We're modifying your preferences to use a new file.
  12341.  
  12342. !*strings.21857:Directory
  12343.  
  12344. !*strings.21858:by %s
  12345.  
  12346. !*strings.21859:You must have at least one address book.
  12347.  
  12348. !*strings.21860:Change this action to a copy by holding down the ctrl key
  12349.  
  12350. !*strings.21861:Change this action to a move by holding down the shift key
  12351.  
  12352. !*strings.21862:   
  12353.  
  12354. !*strings.21863:Delete From Address Book
  12355.  
  12356. !*strings.21864:You already have an address book or directory with this name. \n\
  12357. Please enter a different name.
  12358.  
  12359. !*strings.21865:Multiple Matches Found
  12360.  
  12361. !*strings.21866:No match found
  12362.  
  12363. !*strings.21867:All addresses match
  12364.  
  12365. !*strings.21868:All addresses have multiple matches
  12366.  
  12367. !*strings.21869:No matches found
  12368.  
  12369. !*strings.21870:%d multiple matches
  12370.  
  12371. !*strings.21871:%s has multiple matches
  12372.  
  12373. !*strings.21872:%s matches
  12374.  
  12375. !*strings.21873:%d matches found
  12376.  
  12377. !*strings.21874:%s doesn't match
  12378.  
  12379. !*strings.21875:%d do not match
  12380.  
  12381. !*strings.21876:Cellular Phone
  12382.  
  12383. !*strings.21877:Pager
  12384.  
  12385. !*strings.21880:You must save\n\
  12386. %s\n\
  12387. to a local file before editing.\n\
  12388. Save to a file now?
  12389.  
  12390. !*strings.21881:Would you like to add %s to your LDAP preferences?
  12391.  
  12392. !*strings.21882:Card for %s
  12393.  
  12394. !*strings.21883:Subject
  12395.  
  12396. !*strings.21884:Resent-Comments
  12397.  
  12398. !*strings.21885:Resent-Date
  12399.  
  12400. !*strings.21886:Resent-Sender
  12401.  
  12402. !*strings.21887:Resent-From
  12403.  
  12404. !*strings.21888:Resent-To
  12405.  
  12406. !*strings.21889:Resent-CC
  12407.  
  12408. !*strings.21890:Date
  12409.  
  12410. !*strings.21891:Sender
  12411.  
  12412. !*strings.21892:From
  12413.  
  12414. !*strings.21893:Reply-To
  12415.  
  12416. !*strings.21894:Organization
  12417.  
  12418. !*strings.21895:To
  12419.  
  12420. !*strings.21896:CC
  12421.  
  12422. !*strings.21897:Newsgroups
  12423.  
  12424. !*strings.21898:Followup-To
  12425.  
  12426. !*strings.21899:References
  12427.  
  12428. !*strings.21900:Name
  12429.  
  12430. !*strings.21901:Type
  12431.  
  12432. !*strings.21902:Encoding
  12433.  
  12434. !*strings.21903:Description
  12435.  
  12436. !*strings.21904:Failed to initialize news servers. Perhaps your Newsgroup Directory preference is invalid.\n\
  12437.  You will be able to post to newsgroups, but not read them
  12438.  
  12439. !*strings.21905:Sender
  12440.  
  12441. !*strings.21906:All
  12442.  
  12443. !*strings.21907:Messages on %s
  12444.  
  12445. !*strings.21908:Can't move a folder into a folder it contains
  12446.  
  12447. !*strings.21909:%ld new newsgroups have been created on the %s news server.  To view the list\n\
  12448. of new newsgroups, select "Join Newsgroup" and then click on\n\
  12449. the "New Newsgroups" tab.
  12450.  
  12451. !*strings.21910:Searching newsgroup names...
  12452.  
  12453. !*strings.21911:Send Encrypted
  12454.  
  12455. !*strings.21912:Send Cryptographically Signed
  12456.  
  12457. !*strings.21913:Security
  12458.  
  12459. !*strings.21925:Link to Document
  12460.  
  12461. !*strings.21926:<B>Document Info:</B>
  12462.  
  12463. !*strings.21927:In message %s %s wrote:<P>
  12464.  
  12465. !*strings.21928:%s wrote:<P>
  12466.  
  12467. !*strings.21929:unspecified type
  12468.  
  12469. !*strings.21930:This is a cryptographically signed message in MIME format.
  12470.  
  12471. !*strings.21931:Marked %ld messages read
  12472.  
  12473. !*strings.21932:Marked %ld messages read...Done
  12474.  
  12475. !*strings.21933:Message-ID
  12476.  
  12477. !*strings.21934:Resent-Message-ID
  12478.  
  12479. !*strings.21935:BCC
  12480.  
  12481. !*strings.21936:Can't delete the reserved folder '%s'.
  12482.  
  12483. !*strings.21937:Can't search the folder '%s' because it doesn't have a summary file.
  12484.  
  12485. !*strings.21938:New
  12486.  
  12487. !*strings.21939:Personal Address Book
  12488.  
  12489. !*strings.21940:By Status
  12490.  
  12491. !*strings.21941:New
  12492.  
  12493. !*strings.21942:HTML Mail Question
  12494.  
  12495. *strings.21943: \
  12496. Some of the recipients are not listed as being able to receive HTML mail.\n\
  12497. Would you like to convert the message to plain text or send it in HTML\n\
  12498. anyway?\n\
  12499. <A HREF="file:/var/netscape/communicator/docs/abouttips.html#HTMLmail" TARGET="_blank">Instructions</A> for turning off this dialog.\n\
  12500. <p>\n\
  12501. <table>\n\
  12502. <tr><td valign=top>\n\
  12503. %-cont-%
  12504.  
  12505. !*strings.21943:Some of the recipients are not listed as being able to receive HTML\n\
  12506. mail.  Would you like to convert the message to plain text or send it\n\
  12507. in HTML anyway?\n\
  12508. <p>\n\
  12509. <table>\n\
  12510. <tr><td valign=top>\n\
  12511. %-cont-%
  12512.  
  12513. !*strings.21944:<input type=radio name=mail value=1 checked>\n\
  12514. </td><td valign=top>\n\
  12515. Send in Plain Text and HTML\n\
  12516. </td></tr><tr><td valign=top>\n\
  12517. <input type=radio name=mail value=2>\n\
  12518. </td><td valign=top>\n\
  12519. %-cont-%
  12520.  
  12521. !*strings.21945:Send in Plain Text Only\n\
  12522. </td></tr><tr><td valign=top>\n\
  12523. <input type=radio name=mail value=3>\n\
  12524. </td><td valign=top>\n\
  12525. Send in HTML Only\n\
  12526. </td></tr>\n\
  12527. </table>\n\
  12528. <center>\n\
  12529. <script>\n\
  12530. %-cont-%
  12531.  
  12532. !*strings.21946:function Doit(value) {\n\
  12533.     document.theform.cmd.value = value;\n\
  12534.     document.theform.submit();\n\
  12535. }\n\
  12536. </script>\n\
  12537. <input type=hidden name=cmd value=-1>\n\
  12538. %-cont-%
  12539.  
  12540. !*strings.21947:<input type=button value="Send" onclick="Doit(0);">\n\
  12541. <input type=button value="Don't Send" onclick="Doit(1);">\n\
  12542. <input type=button value="Recipients..." onclick="Doit(2);">\n\
  12543. %-cont-%
  12544.  
  12545. !*strings.21948:<input type=button value="Help" onclick="Doit(3);">\n\
  12546. <input type=hidden name=button value=0>\n\
  12547. </center>\n
  12548.  
  12549. !*strings.21949:
  12550.  
  12551. !*strings.21950:
  12552.  
  12553. !*strings.21951:
  12554.  
  12555. !*strings.21952:
  12556.  
  12557. !*strings.21953:
  12558.  
  12559. !*strings.21954:<everyone>
  12560.  
  12561. !*strings.21955:HTML Recipients
  12562.  
  12563. !*strings.21956:The recipients and domains below are not listed as being able to read\n\
  12564. HTML messages.  If this listing is incorrect, you may change it below.\n\
  12565. %-cont-%
  12566.  
  12567. !*strings.21957:<p>\n\
  12568. <table>\n\
  12569. <tr>\n\
  12570. <td>Does not prefer HTML</td>\n\
  12571. <td></td>\n\
  12572. <td>Prefers HTML</td>\n\
  12573. </tr>\n\
  12574. <tr>\n\
  12575. <td>\n\
  12576. <select name=nohtml size=7 multiple\n\
  12577. %-cont-%
  12578.  
  12579. !*strings.21958:onChange="SelectAllIn(document.theform.html, false);">\n\
  12580. %1%\n\
  12581. </select>\n\
  12582. </td>\n\
  12583. <td>\n\
  12584. <center>\n\
  12585. <input type=button name=add\n\
  12586. value="Add > >" onclick="DoAdd();">\n\
  12587. %-cont-%
  12588.  
  12589. !*strings.21959:<p>\n\
  12590. <input type=button name=remove\n\
  12591. value="< < Remove" onclick="DoRemove();">\n\
  12592. </center>\n\
  12593. </td>\n\
  12594. <td>\n\
  12595. <select name=html size=7 multiple\n\
  12596. %-cont-%
  12597.  
  12598. !*strings.21960:onChange="SelectAllIn(document.theform.nohtml, false);">\n\
  12599. %2%\n\
  12600. </select>\n\
  12601. </td>\n\
  12602. </tr>\n\
  12603. </table>\n\
  12604. <p>\n\
  12605. <center>\n\
  12606. %-cont-%
  12607.  
  12608. !*strings.21961:<input type=button value=OK onclick="SelectAll(); Doit(0);">\n\
  12609. <input type=button value=Cancel onclick="Doit(1);">\n\
  12610. <input type=button value=Help onclick="Doit(2);">\n\
  12611. %-cont-%
  12612.  
  12613. !*strings.21962:<input type=hidden name=cmd value=-1>\n\
  12614. <input type=hidden name=button value=0>\n\
  12615. </center>\n\
  12616. <script>\n\
  12617. %0%\n\
  12618. </script>\n
  12619.  
  12620. !*strings.21963:
  12621.  
  12622. !*strings.21964:
  12623.  
  12624. !*strings.21965:
  12625.  
  12626. !*strings.21966:
  12627.  
  12628. !*strings.21967:
  12629.  
  12630. !*strings.21968:An Address Book entry with this name and email address already exists.
  12631.  
  12632. !*strings.21969:This Address Book entry is already a member of this list.
  12633.  
  12634. !*strings.21970:Custom 1
  12635.  
  12636. !*strings.21971:Custom 2
  12637.  
  12638. !*strings.21972:Custom 3
  12639.  
  12640. !*strings.21973:Custom 4
  12641.  
  12642. !*strings.21974:Custom 5
  12643.  
  12644. !*strings.21975:Mailing lists can only contain entries from the Personal Address Book.\n\
  12645. Would you like to add %s to the address book?
  12646.  
  12647. !*strings.21976:A mailing list cannot have itself as a member
  12648.  
  12649. !*strings.21977:New Card
  12650.  
  12651. !*strings.21978:New Personal Card
  12652.  
  12653. !*strings.21979:Personal Card for %s
  12654.  
  12655. !*strings.21980:CC: %s
  12656.  
  12657. !*strings.21981:Bcc: %s
  12658.  
  12659. !*strings.21982:To: %s
  12660.  
  12661. !*strings.21983:%s can't be saved. Either the disk is full\n\
  12662. or the file is locked.\n\
  12663. \n\
  12664. Try saving on a different disk or try saving\n\
  12665. %s with a different name.
  12666.  
  12667. !*strings.21984:HEAD call to server failed.\n\
  12668. Upload aborted.
  12669.  
  12670. !*strings.21985:Unable to open address book database file.
  12671.  
  12672. !*strings.21986:A mailing list with this name already exists.
  12673.  
  12674. !*strings.21987:Navigator is unable to import this file into the address book.
  12675.  
  12676. !*strings.21988:Purging newsgroup %s...
  12677.  
  12678. !*strings.21989:Purging newsgroup %s...header %ld
  12679.  
  12680. !*strings.21990:Purging newsgroup %s...article %ld
  12681.  
  12682. !*strings.21991:Purging newsgroup %s...Done
  12683.  
  12684. !*strings.21992:Make sure you specify the entire destination URL.\n\
  12685. e.g. http://somemachine/somedirectory/somefile.html\n\
  12686. \n\
  12687. Try to publish to this URL anyway?
  12688.  
  12689. !*strings.21993:Publish destination is invalid.
  12690.  
  12691. !*strings.21994:Publish destination contains at least one illegal character.
  12692.  
  12693. !*strings.21995:Publish destination must begin with ftp:// or http://
  12694.  
  12695. !*strings.21996:Publish destination ends in a slash.
  12696.  
  12697. !*strings.21997:Publish destination has no file extension.
  12698.  
  12699. !*strings.21998:Source of: 
  12700.  
  12701. !*strings.21999:The server 
  12702.  
  12703. !*strings.22000:\n\
  12704. wishes to set a cookie that will be sent 
  12705.  
  12706. !*strings.22001:\n\
  12707. to any server in the domain 
  12708.  
  12709. !*strings.22002:only back to itself
  12710.  
  12711. !*strings.22003:\n\
  12712. The name and value of the cookie are:\n
  12713.  
  12714. !*strings.22004:\n\
  12715. This cookie will persist until 
  12716.  
  12717. !*strings.22005:\n\
  12718. Do you wish to allow the cookie to be set?
  12719.  
  12720. !*strings.22006:Content Length:
  12721.  
  12722. !*strings.22007:Real Content Length:
  12723.  
  12724. !*strings.22008:Content type:
  12725.  
  12726. !*strings.22009:Local filename:
  12727.  
  12728. !*strings.22010:Last Modified:
  12729.  
  12730. !*strings.22011:Expires:
  12731.  
  12732. !*strings.22012:Last accessed:
  12733.  
  12734. !*strings.22013:Character set:
  12735.  
  12736. !*strings.22014:Secure:
  12737.  
  12738. !*strings.22015:Uses relative path:
  12739.  
  12740. !*strings.22016:From Netsite Server:
  12741.  
  12742. !*strings.22017:Changing the character set may alter some\n\
  12743. of the characters in your document.\n\
  12744. This change is not undoable.\n\
  12745. Are you sure you want to proceed?
  12746.  
  12747. !*strings.22018:The following links could become invalid because\n\
  12748. they refer to files on your local hard disk(s).\n\
  12749. \n\
  12750. %s\n\
  12751. If you're sure you set up the links properly, click\n\
  12752. OK to continue publishing.
  12753.  
  12754. !*strings.22019:%s can't be saved because the disk is full or the\n\
  12755. file is locked. Try saving on a different disk or try saving\n\
  12756. %s with a different name.
  12757.  
  12758. !*strings.22020:\n\
  12759. \n\
  12760. If you continue saving, %s won't be saved with\n\
  12761. this page.
  12762.  
  12763. !*strings.22021:The file %s associated with this page can't be\n\
  12764. saved.  Make sure the file is in the correct location.
  12765.  
  12766. !*strings.22022:The file %s associated with this page can't be\n\
  12767. saved because there is a problem with the file.
  12768.  
  12769. !*strings.22023:There was a problem preparing %s for\n\
  12770. publishing. Netscape couldn't create a temporary file.
  12771.  
  12772. !*strings.22024:\n\
  12773. \n\
  12774. Check to see if your hard disk is full.
  12775.  
  12776. !*strings.22025:There was a problem preparing %s for publishing.\n\
  12777. Netscape couldn't create a temporary file.
  12778.  
  12779. !*strings.22026:\n\
  12780. \n\
  12781. If you continue, %s won't be published with\n\
  12782. this page.
  12783.  
  12784. !*strings.22027:Netscape couldn't prepare the file %s for\n\
  12785. publishing. Make sure the file is in the correct location.
  12786.  
  12787. !*strings.22028:The file %s associated with this page can't\n\
  12788. be published because there is a problem with the file.
  12789.  
  12790. !*strings.22029:There was a problem preparing the message for sending.\n\
  12791. Netscape couldn't create a temporary file.
  12792.  
  12793. !*strings.22030:There was a problem preparing %s for sending.\n\
  12794. Netscape couldn't create a temporary file.
  12795.  
  12796. !*strings.22031:Netscape couldn't prepare the file %s for\n\
  12797. sending. Make sure the file is in the correct location.
  12798.  
  12799. !*strings.22032:The file %s associated with this page can't be\n\
  12800. sent because there is a problem with the file.
  12801.  
  12802. !*strings.22033:\n\
  12803. \n\
  12804. If you continue, %s won't be sent with\n\
  12805. this page.
  12806.  
  12807. !*strings.22034:View Complete Card
  12808.  
  12809. !*strings.22035:View Condensed Card
  12810.  
  12811. !*strings.22036:By Flag
  12812.  
  12813. !*strings.22037:By Unread
  12814.  
  12815. !*strings.22038:By Size
  12816.  
  12817. !*strings.22039:Netscape was unable to connect to the network because\n\
  12818. you are offline.  To reconnect, choose Offline\n\
  12819. from the File Menu and then select Work Online.
  12820.  
  12821. !*strings.22040: 
  12822.  
  12823. !*strings.22041:, 
  12824.  
  12825. !*strings.22042:That item can not be moved to the requested location.
  12826.  
  12827. !*strings.22043:Enter password to protect data being exported:
  12828.  
  12829. !*strings.22044:in %s
  12830.  
  12831. !*strings.22045:in selected items
  12832.  
  12833. !*strings.22046:in offline mail folders
  12834.  
  12835. !*strings.22047:in online mail folders
  12836.  
  12837. !*strings.22048:in subscribed newsgroups
  12838.  
  12839. !*strings.22049:in searchable newsgroups
  12840.  
  12841. !*strings.22050:Default Directory Server
  12842.  
  12843. !*strings.22051:Specific Directory Server
  12844.  
  12845. !*strings.22052:Hostname or IP Address
  12846.  
  12847. !*strings.22053:Conference Software Address
  12848.  
  12849. !*strings.22054:Additional Information:
  12850.  
  12851. !*strings.22055:HTML Domains
  12852.  
  12853. !*strings.22056:<script>\n\
  12854. function DeleteSelected() {\n\
  12855.   selname = document.theform.selname;\n\
  12856.   gone = document.theform.gone;\n\
  12857.   var p;\n\
  12858.   var i;\n\
  12859.   for (i=selname.options.length-1 ; i>=0 ; i--) {\n\
  12860. %-cont-%
  12861.  
  12862. !*strings.22057:    if (selname.options[i].selected) {\n\
  12863.       selname.options[i].selected = 0;\n\
  12864.       gone.value = gone.value + "," + selname.options[i].text;\n\
  12865.       for (j=i ; j<selname.options.length ; j++) {\n\
  12866. %-cont-%
  12867.  
  12868. !*strings.22058:        selname.options[j] = selname.options[j+1];\n\
  12869.       }\n\
  12870.     }\n\
  12871.   }\n\
  12872. }\n\
  12873. %-cont-%
  12874.  
  12875. !*strings.22059:function AddNewDomain() {\n\
  12876.   selname = document.theform.selname;\n\
  12877.   if (document.theform.newDomain.value == "")\n\
  12878.     return;\n\
  12879.   var i;\n\
  12880. %-cont-%
  12881.  
  12882. !*strings.22060:  for (i=0; i<selname.options.length; i++) {\n\
  12883.     if (selname.options[i].text == document.theform.newDomain.value)\n\
  12884.       return;\n\
  12885.   }\n\
  12886.   newName = new Option(\n\
  12887.    document.theform.newDomain.value, document.theform.newDomain.value);\n\
  12888. %-cont-%
  12889.  
  12890. !*strings.22061:   selname.options[selname.options.length] = newName;\n\
  12891.    newlist = document.theform.newdom;\n\
  12892.    newlist.value = newlist.value + "," + newName.value;\n\
  12893. }\n\
  12894. %-cont-%
  12895.  
  12896. !*strings.22062:</script>\n\
  12897. This is a list of domains that can accept HTML mail.  Anyone whose\n\
  12898. e-mail address ends in one of these domains is considered to use a\n\
  12899. mail reader which understands HTML, such as Netscape.<p>\n\
  12900. %-cont-%
  12901.  
  12902. !*strings.22063:You may remove a domain from this list by clicking on it and\n\
  12903. choosing Delete. Add a domain by entering the domain name and\n\
  12904. clicking Add New Domain.<p>\n\
  12905. <select name=selname multiple size=10>\n\
  12906. %0%\n\
  12907. %-cont-%
  12908.  
  12909. !*strings.22064:</select>\n\
  12910. <input type=button value=Delete onclick="DeleteSelected();">\n\
  12911. <BR><input type="text" name="newDomain"\n\
  12912.  SIZE=16 VALUE="" onFocus="this.select()">\n\
  12913. %-cont-%
  12914.  
  12915. !*strings.22065:<input type=button value="Add New Domain" onclick="AddNewDomain()">\n\
  12916. <input type=hidden name=gone value="">\n\
  12917. <input type=hidden name=newdom value="">\n
  12918.  
  12919. !*strings.22066:The newsgroup %s was accepting HTML because all newsgroups whose name\n\
  12920. started with "%s" were marked to accept HTML.  This action will\n\
  12921. reverse that; newsgroups whose name start with "%s" will no longer\n\
  12922. accept HTML.
  12923.  
  12924. !*strings.22067:Folder
  12925.  
  12926. !*strings.22068:The newsgroup %s does not appear to exist on the host %s.\n\
  12927. Would you like to unsubscribe from it?
  12928.  
  12929. !*strings.22079:Show Security Information
  12930.  
  12931. !*strings.22080:Encrypted<BR><NOBR>and Signed</NOBR>
  12932.  
  12933. !*strings.22081:Signed
  12934.  
  12935. !*strings.22082:Encrypted
  12936.  
  12937. !*strings.22083:Certificates
  12938.  
  12939. !*strings.22084:Invalid Signature
  12940.  
  12941. !*strings.22085:Invalid Signature
  12942.  
  12943. !*strings.22086:Invalid Encryption
  12944.  
  12945. !*strings.22087:Invalid Certificates
  12946.  
  12947. !*strings.22088:New Newsgroup
  12948.  
  12949. !*strings.22089:Creates a new category in this newsgroup
  12950.  
  12951. !*strings.22090:There is no email address for %s.
  12952.  
  12953. !*strings.22091:Expired %ld messages
  12954.  
  12955. !*strings.22092:Expired %ld messages...Done
  12956.  
  12957. !*strings.22093:Trash
  12958.  
  12959. !*strings.22094:Inbox
  12960.  
  12961. !*strings.22095:Unsent Messages
  12962.  
  12963. !*strings.22096:Drafts
  12964.  
  12965. !*strings.22097:Sent
  12966.  
  12967. !*strings.22098:New Folder
  12968.  
  12969. !*strings.22099:Rename Folder
  12970.  
  12971. !*strings.22100:Manage Mail Account
  12972.  
  12973. !*strings.22101:Netscape is unable to manage your mail account.\n\
  12974. Please contact your mail account administrator\n\
  12975. or try again later.
  12976.  
  12977. !*strings.22102:Manage Newsgroups
  12978.  
  12979. !*strings.22103:Netscape is unable to locate the socks server:\n\
  12980.   %.200s\n\
  12981. The server does not have a DNS entry.\n\
  12982. \n\
  12983. Check the socks server name in the proxy\n\
  12984. configuration and try again.
  12985.  
  12986. !*strings.22104:An object with that nickname exists.  Please enter a new nickname.
  12987.  
  12988. !*strings.22105:Get New News Articles
  12989.  
  12990. !*strings.22106:Local Mail
  12991.  
  12992. !*strings.22107:%s Newsgroups
  12993.  
  12994. !*strings.22108:%s Receiving: message headers %lu of %lu
  12995.  
  12996. !*strings.22109:%s Receiving: message flags %lu of %lu
  12997.  
  12998. !*strings.22110:Deleting messages...
  12999.  
  13000. !*strings.22111:Deleting message...
  13001.  
  13002. !*strings.22112:Moving messages to %s...
  13003.  
  13004. !*strings.22113:Moving message to %s...
  13005.  
  13006. !*strings.22114:Copying messages %s...
  13007.  
  13008. !*strings.22115:Copying message %s...
  13009.  
  13010. !*strings.22116:Opening folder %s...
  13011.  
  13012. !*strings.22117:Are you sure you want to move %s away from its default \n\
  13013. location? Next time Navigator runs, a new %s folder \n\
  13014. will be created in the default location
  13015.  
  13016. !*strings.22118:Update Message Counts
  13017.  
  13018. !*strings.22119:Deleting %lu of %lu messages
  13019.  
  13020. !*strings.22120:Copying %lu of %lu messages to %s
  13021.  
  13022. !*strings.22121:Moving %lu of %lu messages to %s
  13023.  
  13024. !*strings.22122:Your file was uploaded successfully.
  13025.  
  13026. !*strings.22123:%d files were uploaded successfully.
  13027.  
  13028. !*strings.22124:Mail: delivering message %ld to %s...
  13029.  
  13030. !*strings.22125:Mail: delivering message %ld...
  13031.  
  13032. !*strings.22126:You are doing an unencrypted Forward of a message which was\n\
  13033. encrypted when you received it.  Sending this message unencrypted\n\
  13034. may reduce the level of privacy of the attached message.\n\
  13035. \n\
  13036. Send unencrypted anyway?
  13037.  
  13038. !*strings.22127:\n\
  13039. \n\
  13040. Browse to your default publishing location now?
  13041.  
  13042. !*strings.22128:You can not copy and paste between different\n\
  13043. versions of Netscape Composer or Netscape Gold.
  13044.  
  13045. !*strings.22129:You can not copy and paste between windows with\n\
  13046. different character set encodings.
  13047.  
  13048. !*strings.22130:NFS URLs not internally supported, use an HTTP proxy server: 
  13049.  
  13050. !*strings.22132:Change rule to reflect new folder location?
  13051.  
  13052. !*strings.22133:Disable filter rule for this folder?
  13053.  
  13054. !*strings.22134:Dynamic Fonts
  13055.  
  13056. !*strings.22135:<H2>Installed Font Displayers<HR WIDTH=100%></H2>\n\
  13057.  <FONT SIZE=+0>\n\
  13058.  The font displayers that you have installed and the font formats\n\
  13059.  supported by each, are listed below.
  13060.  
  13061. !*strings.22136:Use the radioboxes to enable or disable a particular format for a\n\
  13062.  particular displayer.<P>
  13063.  
  13064. !*strings.22137:For more information on Netscape Dynamic Fonts, click <a href=http://home.netscape.com/comprod/products/communicator/version_4.0/dynfonts  target=aboutDynamicFonts>here</a><hr>
  13065.  
  13066. !*strings.22138:</FONT>
  13067.  
  13068. !*strings.22139:<TABLE BORDER WIDTH=99%%><TR>\n\
  13069.  <TD COLSPAN=3><B>%s</B><BR>%s<BR>Located at: %s<BR><BR></TD>\n\
  13070.  </TR>
  13071.  
  13072. !*strings.22140:<TABLE BORDER WIDTH=99%%><TR>\n\
  13073.  <TD COLSPAN=3><B>%s</B><BR>%s<BR><BR></TD>\n\
  13074.  </TR>
  13075.  
  13076. !*strings.22141:<TR>\n\
  13077.  <TD WIDTH=33%%><INPUT NAME="%s" TYPE=Radio VALUE="%s" %s><B>%s</B></TD>\n\
  13078.  <TD WIDTH=50%%>%s</TD>\n\
  13079.  <TD>%s</TD>\n\
  13080.  </TR>
  13081.  
  13082. !*strings.22142:</TABLE>\n\
  13083.  <BR>\n\
  13084.  <BR>
  13085.  
  13086. !*strings.22143:<B>No Displayers Installed</B>
  13087.  
  13088. !*strings.22144:Netscape Default Font Displayer
  13089.  
  13090. !*strings.22145:This font displayer handles fonts that are installed on the system.
  13091.  
  13092. !*strings.22146:Outbox
  13093.  
  13094. !*strings.22147:The `Outbox' folder contains a message which is not\n\
  13095. scheduled for delivery!
  13096.  
  13097. !*strings.22148:The `Outbox' folder contains %d messages which are not\n\
  13098. scheduled for delivery!
  13099.  
  13100. !*strings.22149:\n\
  13101. \n\
  13102. This probably means that some program other than\n\
  13103. Netscape has added messages to this folder.\n
  13104.  
  13105. !*strings.22150:The `Outbox' folder is special; it is only for storing\n\
  13106. messages to be sent later.
  13107.  
  13108. !*strings.22151:The local configuration file specified a configuration URL but the AutoAdmin component could not\n\
  13109.  be loaded.  AutoAdmin is required to support remote configuration URLs.  You will be unable to load\n\
  13110.  any remote documents.
  13111.  
  13112. !*strings.22152:Adding to %s: %ld of %ld
  13113.  
  13114. !*strings.22153:<B><FONT COLOR="#808080">      Internal</FONT></B>
  13115.  
  13116. !*strings.22154:File Name to Import
  13117.  
  13118. !*strings.22155:File Name to Export
  13119.  
  13120. !*strings.22156:This document is %ld bytes long. That is too large to be read by a Composer Plug-in. The maximum allowed size is %ld bytes.
  13121.  
  13122. !*strings.22157:The Composer Plug-in tried to create a document that is %ld bytes long. The maximum allowed size is %ld bytes.
  13123.  
  13124. !*strings.22158:S/MIME Encrypted Message
  13125.  
  13126. !*strings.22159:S/MIME Cryptographic Signature
  13127.  
  13128. !*strings.22160:Netscape was unable to start Netcaster.\n\
  13129. Make sure Netcaster is installed correctly.
  13130.  
  13131. !*strings.22161:Composer can't open the URL '%s'.\n\
  13132. \n\
  13133. You must enter an absolute URL or an absolute pathname.\n\
  13134. e.g. 'http://mysystem.com/mydoc.html'
  13135.  
  13136. !*strings.22162:%d-bit %s
  13137.  
  13138. !*strings.22163:Only one operation at a time on this folder is permitted. \n\
  13139. Please wait until the other operation completes and try again.
  13140.  
  13141. !*strings.22164:Are you sure you want to move the selected folders into the Trash?
  13142.  
  13143. !*strings.22165:Netscape is unable to start Netcaster because Java and/or JavaScript are not enabled. \n\
  13144. Please verify that your Advanced Preferences are set correctly and try again.
  13145.  
  13146. !*strings.22170:0,0,0,Default color
  13147.  
  13148. !*strings.22171:255,255,255,#FFFFFF
  13149.  
  13150. !*strings.22172:204,204,204,#CCCCCC
  13151.  
  13152. !*strings.22173:153,153,153,#999999
  13153.  
  13154. !*strings.22174:102,102,102,#666666
  13155.  
  13156. !*strings.22175:51,51,51,#333333
  13157.  
  13158. !*strings.22176:0,0,0,#000000
  13159.  
  13160. !*strings.22177:255,204,204,#FFCCCC
  13161.  
  13162. !*strings.22178:255,102,102,#FF6666
  13163.  
  13164. !*strings.22179:255,0,0,#FF0000
  13165.  
  13166. !*strings.22180:204,0,0,#CC0000
  13167.  
  13168. !*strings.22181:153,0,0,#990000
  13169.  
  13170. !*strings.22182:102,0,0,#660000
  13171.  
  13172. !*strings.22183:51,0,0,#330000
  13173.  
  13174. !*strings.22184:255,204,153,#FFCC99
  13175.  
  13176. !*strings.22185:255,204,51,#FFCC33
  13177.  
  13178. !*strings.22186:255,153,0,#FF9900
  13179.  
  13180. !*strings.22187:255,102,0,#FF6600
  13181.  
  13182. !*strings.22188:204,102,0,#CC6600
  13183.  
  13184. !*strings.22189:153,51,0,#993300
  13185.  
  13186. !*strings.22190:102,51,0,#663300
  13187.  
  13188. !*strings.22191:255,255,204,#FFFFCC
  13189.  
  13190. !*strings.22192:255,255,153,#FFFF99
  13191.  
  13192. !*strings.22193:255,255,0,#FFFF00
  13193.  
  13194. !*strings.22194:255,204,0,#FFCC00
  13195.  
  13196. !*strings.22195:153,153,0,#999900
  13197.  
  13198. !*strings.22196:102,102,0,#666600
  13199.  
  13200. !*strings.22197:51,51,0,#333300
  13201.  
  13202. !*strings.22198:153,255,153,#99FF99
  13203.  
  13204. !*strings.22199:102,255,153,#66FF99
  13205.  
  13206. !*strings.22200:51,255,51,#33FF33
  13207.  
  13208. !*strings.22201:0,204,0,#00CC00
  13209.  
  13210. !*strings.22202:0,153,0,#006600
  13211.  
  13212. !*strings.22203:0,102,0,#006600
  13213.  
  13214. !*strings.22204:0,51,0,#003300
  13215.  
  13216. !*strings.22205:204,255,255,#CCFFFF
  13217.  
  13218. !*strings.22206:102,255,255,#66FFFF
  13219.  
  13220. !*strings.22207:51,204,255,#33CCFF
  13221.  
  13222. !*strings.22208:51,102,255,#3366FF
  13223.  
  13224. !*strings.22209:51,51,255,#3333FF
  13225.  
  13226. !*strings.22210:0,0,153,#000099
  13227.  
  13228. !*strings.22211:0,0,102,#000066
  13229.  
  13230. !*strings.22212:255,204,255,#FFCCFF
  13231.  
  13232. !*strings.22213:255,153,255,#FF99FF
  13233.  
  13234. !*strings.22214:204,102,204,#CC66CC
  13235.  
  13236. !*strings.22215:204,51,204,#CC33CC
  13237.  
  13238. !*strings.22216:153,51,102,#993366
  13239.  
  13240. !*strings.22217:102,51,102,#663366
  13241.  
  13242. !*strings.22218:51,0,51,#330033
  13243.  
  13244. !*strings.22219:
  13245.  
  13246. !*strings.22261:
  13247.  
  13248. !*strings.22262:SmartUpdate failed: Downloaded archive is not a JAR file.
  13249.  
  13250. !*strings.22263:SmartUpdate failed: JAR archive failed security check. %s.
  13251.  
  13252. !*strings.22264:SmartUpdate failed: JAR archive has no installer file information.
  13253.  
  13254. !*strings.22265:SmartUpdate failed: JAR archive is missing an installer file %s.
  13255.  
  13256. !*strings.22266:No automatic configuration file was received.\n\
  13257. \n\
  13258. You will be unable to load and documents from the network.\n\
  13259. See your local system administrator for help.
  13260.  
  13261. !*strings.22267:The automatic configuration file is not of the correct type:\n\
  13262. \n\
  13263.         %s\n\
  13264. \n\
  13265. Expected the MIME type of application/x-javascript-config.
  13266.  
  13267. !*strings.22268:The automatic configuration file could not be loaded.\n\
  13268. \n\
  13269. You will be unable to load any documents from the network.\n\
  13270. See your local system administrator for help.
  13271.  
  13272. !*strings.22269:No automatic configuration file was received.\n\
  13273. \n\
  13274. Will default based on the last configuration.
  13275.  
  13276. !*strings.22270:The backup automatic configuration file had errors.\n\
  13277. \n\
  13278. We will default to the standard configuration.
  13279.  
  13280. !*strings.22271:The automatic configuration file has errors:\n\
  13281. \n\
  13282.         %s\n\
  13283. \n\
  13284. We will default to the standard configuration.
  13285.  
  13286. !*strings.22272:Automatic configuration load was cancelled.\n\
  13287. \n\
  13288. We will default to the standard configuration.
  13289.  
  13290. !*strings.22273:Your certificates have been successfully exported.
  13291.  
  13292. !*strings.22274:Your certificates have been successfully imported.
  13293.  
  13294. !*strings.22275:Enter password protecting data to be imported:
  13295.  
  13296. !*strings.22276:Would you like to add the remaining addresses to the personal address book?
  13297.  
  13298. !*strings.22277:User Certificate
  13299.  
  13300. !*strings.22278:User E-mail Certificate
  13301.  
  13302. !*strings.22279:The Trash already contains a folder named '%s.'\n\
  13303. Please either empty the trash or rename this folder.
  13304.  
  13305. !*strings.22280:The Trash already contained a folder named '%s.'\n\
  13306. The folder which you just deleted can be found in the Trash\n\
  13307. under the new name '%s.'
  13308.  
  13309. !*strings.22281:The current command did not succeed.  The mail server responded:\n\
  13310. %s
  13311.  
  13312. !*strings.22282:Where would you like to install %s?
  13313.  
  13314. !*strings.22283:View Document Source
  13315.  
  13316. !*strings.22284:<H3>No info while document is loading</H3>\n
  13317.  
  13318. !*strings.22285:<LI>Frame: 
  13319.  
  13320. !*strings.22286:Image:
  13321.  
  13322. !*strings.22287:Embed:
  13323.  
  13324. !*strings.22288:Applet:
  13325.  
  13326. !*strings.22289:Background Image: 
  13327.  
  13328. !*strings.22290:<LI>Action URL: 
  13329.  
  13330. !*strings.22291:<LI>Encoding: 
  13331.  
  13332. !*strings.22292:<LI>Method: 
  13333.  
  13334. !*strings.22293:<LI>Layer: 
  13335.  
  13336. !*strings.22294:Some of these attachments contain Macintosh specific information. Using UUENCODE will cause this information to be lost. Continue sending?
  13337.  
  13338. !*strings.22295:Re-enter the password to confirm it:
  13339.  
  13340. !*strings.22296:The passwords entered did not match.  Enter\n\
  13341. the password to protect data being exported:
  13342.  
  13343. !*strings.22297:Creating folder...
  13344.  
  13345. !*strings.22298:Opening folder...
  13346.  
  13347. !*strings.22299:Deleting folder %s...
  13348.  
  13349. !*strings.22300:Renaming folder %s...
  13350.  
  13351. !*strings.22301:Looking for folders...
  13352.  
  13353. !*strings.22302:Subscribing to folder %s...
  13354.  
  13355. !*strings.22303:Unsubscribing from folder %s...
  13356.  
  13357. !*strings.22304:Searching folder...
  13358.  
  13359. !*strings.22305:Getting message info...
  13360.  
  13361. !*strings.22306:Closing folder...
  13362.  
  13363. !*strings.22307:Compacting folder...
  13364.  
  13365. !*strings.22308:Logging out...
  13366.  
  13367. !*strings.22309:Checking mail server capabilities...
  13368.  
  13369. !*strings.22310:Sending login information...
  13370.  
  13371. !*strings.22311:Sending authenticate login information...
  13372.  
  13373. !*strings.22312:SmartUpdate is not complete until you reboot Windows
  13374.  
  13375. !*strings.22313:to Sender Only
  13376.  
  13377. !*strings.22314:untitled
  13378.  
  13379. !*strings.22315:Advance to next unread message in %s?
  13380.  
  13381. !*strings.22316:Sorry, access to the port number given\n\
  13382. has been disabled for security reasons
  13383.  
  13384. !*strings.22317:Lowest
  13385.  
  13386. !*strings.22318:Low
  13387.  
  13388. !*strings.22319:Normal
  13389.  
  13390. !*strings.22320:High
  13391.  
  13392. !*strings.22321:Highest
  13393.  
  13394. !*strings.22322:NONE
  13395.  
  13396. !*strings.22323:Receiving: message totals: %lu of %lu
  13397.  
  13398. !*strings.22324:Please enter your %s and password for access to %s
  13399.  
  13400. !*strings.22325:%s - Receiving: message %lu of %lu
  13401.  
  13402. !*strings.22326:Sorry, Collabra has been disabled;  newsgroup functionality has been turned off.
  13403.  
  13404. !*strings.22327:Downloading message...
  13405.  
  13406. !*strings.22328:Folder creation succeeded, but Netscape was unable to subscribe the new folder.
  13407.  
  13408. !*strings.22329:Folder deletion succeeded, but Netscape was unable to unsubscribe from the folder.
  13409.  
  13410. !*strings.22330:Folder move succeeded, but Netscape was unable to subscribe to the new folder name.
  13411.  
  13412. !*strings.22331:Folder move succeeded, but Netscape was unable to unsubscribe from the old folder name.
  13413.  
  13414. !*strings.22332:Close Window?
  13415.  
  13416. !*strings.22333:Close Window %s?
  13417.  
  13418. !*strings.22334:Your Cookies
  13419.  
  13420. !*strings.22335:Maximum number of cookies allowed:
  13421.  
  13422. !*strings.22336:The number of cookies you have:
  13423.  
  13424. !*strings.22337:Maximum number of cookies per server:
  13425.  
  13426. !*strings.22338:Maximum size of each cookie:
  13427.  
  13428. !*strings.22339:You have no cookies.
  13429.  
  13430. !*strings.22340:Name:
  13431.  
  13432. !*strings.22341:Value:
  13433.  
  13434. !*strings.22342:Host:
  13435.  
  13436. !*strings.22343:Send to host:
  13437.  
  13438. !*strings.22344:any host in the domain from the host above
  13439.  
  13440. !*strings.22345:the above fully qualified host only
  13441.  
  13442. !*strings.22346:Send to path:
  13443.  
  13444. !*strings.22347: (and below)
  13445.  
  13446. !*strings.22348:Secure:
  13447.  
  13448. !*strings.22349:Expires:
  13449.  
  13450. !*strings.22350:at end of session
  13451.  
  13452. !*strings.22351:LDAP Search Results
  13453.  
  13454. !*strings.22352:Javascript Cookie Filter Message:\n
  13455.  
  13456. !*strings.22353:Edit JavaScript Message Filter
  13457.  
  13458. !*strings.22354:New JavaScript Message Filter
  13459.  
  13460. !*strings.22355:<form name=jsfilterdlg_form action=internal-panel-handler method=post> <table width="100%%"> <tr><td colspan=2 bgcolor="#000000">     <font color="#ffffff">JavaScript Message Filter</font> %-cont-%
  13461.  
  13462. !*strings.22356:<tr><td align=right>Filter Name: \n\
  13463.      <td><input name="filter_name" type=text size=30 value="%0%"> %-cont-%
  13464.  
  13465. !*strings.22357:<tr><td align=right>JavaScript Function: \n\
  13466.      <td><input name="filter_script" type=text size=30 value="%1%"> %-cont-%
  13467.  
  13468. !*strings.22358:<tr><td align=right>Description: \n\
  13469.      <td><input name="filter_desc" type=text size=30 value="%2%"> %-cont-%
  13470.  
  13471. !*strings.22359:<tr><td align=right>Filter is \n\
  13472.      <td><input type=radio name=enabled value=on %3%>on<input type=radio name=enabled value=off %4%>off </table></form>
  13473.  
  13474. !*strings.22360:
  13475.  
  13476. !*strings.22361:
  13477.  
  13478. !*strings.22362:
  13479.  
  13480. !*strings.22363:
  13481.  
  13482. !*strings.22364:
  13483.  
  13484. !*strings.22365:Retrieve selected messages
  13485.  
  13486. !*strings.22366:Retrieve flagged messages
  13487.  
  13488. !*strings.22367:Checking IMAP Namespace...
  13489.  
  13490. !*strings.22368:Communicator is unable to replicate the directory because the server's change log information is incomplete.\n\
  13491. The change log information may be invalid or incompatible with Communicator.
  13492.  
  13493. !*strings.22369:Communicator is unable to replicate the directory because the server's replication information is incomplete.\n\
  13494. The server may not support or may not be configured for replication.
  13495.  
  13496. !*strings.22370:Can't replicate at this time.  Netscape may be out of memory or busy.
  13497.  
  13498. !*strings.22371:New Address Book...
  13499.  
  13500. !*strings.22372:New Directory...
  13501.  
  13502. !*strings.22373:Templates
  13503.  
  13504. !*strings.22374:Saving as draft ...
  13505.  
  13506. !*strings.22375:Saving as template ...
  13507.  
  13508. !*strings.22376:Add %s to your Address Book
  13509.  
  13510. !*strings.22377:Enter a name for your new message template.
  13511.  
  13512. !*strings.22378:Note: this Return Receipt only acknowledges that the message was displayed on the recipient's machine. There is no guarantee that the content has been read or understood.
  13513.  
  13514. !*strings.22379:The message has been sent somewhere in some manner (e.g., printed, faxed, forwarded) without being displayed to the person you sent it to. They may or may not see it later.
  13515.  
  13516. !*strings.22380:The message has been processed in some manner (i.e., by some sort of rules or server) without being displayed to the person you sent it to. They may or may not see it later. There may not even be a human user associated the mailbox.
  13517.  
  13518. !*strings.22381:The message has been deleted. The person you sent it to may or may not have seen it. They might "undelete" it at a later time and read it.
  13519.  
  13520. !*strings.22382:The recipient of the message does not wish to send a return receipt back to you.
  13521.  
  13522. !*strings.22383:A failure occurred. A proper return receipt could not be generated or sent to you.
  13523.  
  13524. !*strings.22384:The sender of the message requested a receipt to be returned. \n\
  13525. Do you wish to send one?
  13526.  
  13527. !*strings.22385:Delivering message...
  13528.  
  13529. !*strings.22386:Delivering message... Done
  13530.  
  13531. !*strings.22387:Found folder: %s
  13532.  
  13533. !*strings.22388:Forward Inline
  13534.  
  13535. !*strings.22389:Template
  13536.  
  13537. !*strings.22390:Inbox
  13538.  
  13539. !*strings.22391:The mail server indicates that you may not have any personal mail folders.\n\
  13540. Please verify your subscriptions.
  13541.  
  13542. !*strings.22392:While trying to automatically subscribe, Netscape has found a large number of mail folders.\n\
  13543. Please select which folders you would like subscribed.
  13544.  
  13545. !*strings.22393:Netscape has detected that you have upgraded from a previous version of Communicator.\n\
  13546. You will need to choose which mail folders you want subscribed.
  13547.  
  13548. !*strings.22394:Any folders which are left unsubscribed will not appear in your folder lists,\n\
  13549. but can be subscribed to later by choosing File / Subscribe.
  13550.  
  13551. !*strings.22395:Would you like Netscape to try to automatically subscribe to all your folders?
  13552.  
  13553. !*strings.22396:Please choose which folders you want subscribed in the Subscribe window...
  13554.  
  13555. !*strings.22397:Please wait while Netscape upgrades you to use IMAP mail folder subscriptions...
  13556.  
  13557. !*strings.22398:The upgrade was successful.
  13558.  
  13559. !*strings.22399:You can have multiple mail servers if they are IMAP servers.  You are currently using a POP server.
  13560.  
  13561. !*strings.22400:Are you sure you want to delete this server?
  13562.  
  13563. !*strings.22401:Getting folder ACL...
  13564.  
  13565. !*strings.22402:Click here to remove all expired articles
  13566.  
  13567. !*strings.22403:Return Receipt (displayed)
  13568.  
  13569. !*strings.22404:Return Receipt (dispatched)
  13570.  
  13571. !*strings.22405:Return Receipt (processed)
  13572.  
  13573. !*strings.22406:Return Receipt (deleted)
  13574.  
  13575. !*strings.22407:Return Receipt (denied)
  13576.  
  13577. !*strings.22408:Return Receipt (failed)
  13578.  
  13579. !*strings.22409:Getting Server Configuration Info...
  13580.  
  13581. !*strings.22410:Getting Mailbox Configuration Info...
  13582.  
  13583. !*strings.22411:This body part will be downloaded on demand.
  13584.  
  13585. !*strings.22412:IMAP Error: The message could not be saved due to an error.
  13586.  
  13587. !*strings.22413:IMAP Error: The online folder information could not be retrieved.
  13588.  
  13589. !*strings.22414:Login failed.
  13590.  
  13591. !*strings.22415:Please enter some text to search for and try again.
  13592.  
  13593. !*strings.22416:Unverified Signature
  13594.  
  13595. !*strings.22417:Full Control
  13596.  
  13597. !*strings.22418:Lookup
  13598.  
  13599. !*strings.22419:Read
  13600.  
  13601. !*strings.22420:Set Read/Unread State
  13602.  
  13603. !*strings.22421:Write
  13604.  
  13605. !*strings.22422:Insert (Copy Into)
  13606.  
  13607. !*strings.22423:Post
  13608.  
  13609. !*strings.22424:Create Subfolder
  13610.  
  13611. !*strings.22425:Delete Messages
  13612.  
  13613. !*strings.22426:Administer Folder
  13614.  
  13615. !*strings.22427:Personal Folder
  13616.  
  13617. !*strings.22428:Personal Folder
  13618.  
  13619. !*strings.22429:Public Folder
  13620.  
  13621. !*strings.22430:Other User's Folder
  13622.  
  13623. !*strings.22431:This is a personal mail folder.  It is not shared.
  13624.  
  13625. !*strings.22432:This is a personal mail folder.  It has been shared.
  13626.  
  13627. !*strings.22433:This is a public folder.
  13628.  
  13629. !*strings.22434:This is a mail folder shared by the user '%s'.
  13630.  
  13631. !*strings.22435:Unknown
  13632.  
  13633. !*strings.22436:Password entered doesn't match last password used with server.
  13634.  
  13635. !*strings.22437:You have not entered a password or have exceeded the number of password attempts allowed.
  13636.  
  13637. !*strings.22438:Are you sure you want to remove the mail host %s?
  13638.  
  13639. !*strings.22439:Verify Signature
  13640.  
  13641. !*strings.22440:Toggle Attachment Pane
  13642.  
  13643. !*strings.22441:Download Status
  13644.  
  13645. !*strings.22442:Not downloaded with message
  13646.  
  13647. !*strings.22443:Show all recipients
  13648.  
  13649. !*strings.22444:The Newsgroups header is not valid
  13650.  
  13651. !*strings.22445:To choose which online mail folders are displayed by default in your folder list, select File / Subscribe.\n\
  13652. Folders left unsubscribed can be subscribed later.
  13653.  
  13654. !*strings.22446:Show short recipient list
  13655.  
  13656. !*strings.22447:.* (%ld groups)
  13657.  
  13658. !*strings.22448: (%ld subfolder)
  13659.  
  13660. !*strings.22449: (%ld subfolders)
  13661.  
  13662. !*strings.22452:Waiting for connection to folder %s
  13663.  
  13664. !*strings.22453:Password for IMAP user %.100s on %.100s:
  13665.  
  13666. !*strings.22454:In the future, you can select which messages or folders to read offline. To do \n\
  13667. this, choose Offline from the file menu and then select Synchronize. You can \n\
  13668. adjust the Disk Space preference to prevent the downloading of large messages.
  13669.  
  13670. !*strings.22455:Communicator can only send a message to one news server at a time.
  13671.  
  13672. !*strings.22456:Please wait while Messenger rebuilds summary information \n\
  13673.        about mail folders and newsgroups.
  13674.  
  13675. !*strings.22457:The Followup-To header is not valid
  13676.  
  13677. !*strings.22460:About Related Items
  13678.  
  13679. !*strings.22461:Detailed List...
  13680.  
  13681. !*strings.22462:Retrieving data
  13682.  
  13683. !*strings.22463:Nothing available
  13684.  
  13685. !*strings.22464:Disabled for this site
  13686.  
  13687. !*strings.22465:Replicating Directory
  13688.  
  13689. !*strings.22466:Connecting to directory server...
  13690.  
  13691. !*strings.22467:Replicating directory change entry %d
  13692.  
  13693. !*strings.22468:Replicating directory entry %d
  13694.  
  13695. !*strings.22469:Mail id invalid or not unique, cannot resolve to directory authorization entry.
  13696.  
  13697. !*strings.22470:SmartUpdate\n\
  13698. Configure software installation
  13699.  
  13700. !*strings.22471:Uninstall 
  13701.  
  13702. !*strings.22472:Are you sure you want to uninstall %s?
  13703.  
  13704. !*strings.22473:Error in uninstall
  13705.  
  13706. !*strings.22474:SmartUpdate: Downloading Install
  13707.  
  13708. !*strings.22475:Location: %s
  13709.  
  13710. !*strings.22476:Communicator is unable to update your %s replica.\n\
  13711. The data is either too old or is corrupt.  Do you want to recreate the replica?
  13712.  
  13713. !*strings.22477:Updating Netscape Client Registry
  13714.  
  13715. !*strings.22478:Communicator is updating your Netscape registry.
  13716.  
  13717. !*strings.22479:%d bytes of %d bytes
  13718.  
  13719. !*strings.22480:SmartUpdate: %s
  13720.  
  13721. !*strings.22481:Unpacking files for installation
  13722.  
  13723. !*strings.22482:Installing...
  13724.  
  13725. !*strings.22483:This is a Return Receipt for the mail that you sent to %s.
  13726.  
  13727. !*strings.22484:Please enter your password for access to %s
  13728.  
  13729. !*strings.22485:SmartUpdate failed: There is not enough disk space to complete this operation.
  13730.  
  13731. !*strings.22486:If this directory supports replication, click the Update Now button to start the process now.  Or, select the directory for downloading when you synchronize for working offline.
  13732.  
  13733. !*strings.22487:Group
  13734.  
  13735. !*strings.22488:Unread Folder
  13736.  
  13737. !*strings.22489:Unread Group
  13738.  
  13739. !*strings.22490:SmartUpdate warning:\n\
  13740. \n\
  13741. You are running low on disk space.  This install may not complete successfully.  Do you want to continue?
  13742.  
  13743. !*strings.22491:Retrieving %1$ld of %2$ld messages\n\
  13744.   in folder %3$s
  13745.  
  13746. !*strings.22492:There was a problem receiving your Javascript configuration file.\n\
  13747. As a result, you will not be able to connect to the network.\n\
  13748. \n\
  13749. See your local system administrator for help.
  13750.  
  13751. !*strings.22493:The Javascript configuration file has errors:\n\
  13752. \n\
  13753.         %s\n\
  13754. \n\
  13755. Use the configuration from the previous session instead?
  13756.  
  13757. !*strings.22494:The backup Javascript configuration file was absent or had errors.\n\
  13758. \n\
  13759. We will default to the standard configuration.
  13760.  
  13761. !*strings.22495:http://home.netscape.com/bookmark/4_8/tshop.html
  13762.  
  13763. !*strings.22496:http://home.netscape.com/bookmark/4_8/tradio.html
  13764.  
  13765. !*strings.22497:Personal Toolbar Folder
  13766.  
  13767. !*strings.22498:Type a Web Address or Keyword and press Enter
  13768.  
  13769. !*strings.22501:Keep Server File
  13770.  
  13771. !*strings.22502:Keep Local File
  13772.  
  13773. !*strings.22503:Delete Server File
  13774.  
  13775. !*strings.22504:Delete Local File
  13776.  
  13777. !*strings.22505:Download conflict
  13778.  
  13779. !*strings.22506:Upload conflict
  13780.  
  13781. !*strings.22507:Local and server copies of %s are in conflict.\n\
  13782. \n\
  13783. \n\
  13784.       Local file last modified : %s\n\
  13785. \n\
  13786.       Server file last modified : %s
  13787.  
  13788. !*strings.22508:%s has been deleted locally.
  13789.  
  13790. !*strings.22509:%s has been deleted on the server.
  13791.  
  13792. !*strings.22510:File Deleted
  13793.  
  13794. !*strings.22511:Your new Roaming Access preference\n\
  13795. will take effect the next time\n\
  13796. you restart Communicator.
  13797.  
  13798. !*strings.22512:An authorization error occurred,\n\
  13799. please try retyping your username and password.
  13800.  
  13801. !*strings.22513:The Roaming Access server name specified does not exist,\n\
  13802. please check the spelling and try again.
  13803.  
  13804. !*strings.22514:An unexpected network error occurred.\n\
  13805. Cannot connect to the Roaming Access server.
  13806.  
  13807. !*strings.22518:Roaming Access
  13808.  
  13809. !*strings.22519:User Preferences
  13810.  
  13811. !*strings.22520:Mail Filters
  13812.  
  13813. !*strings.22521:History
  13814.  
  13815. !*strings.22522:Bookmarks File
  13816.  
  13817. !*strings.22523:Cookies File
  13818.  
  13819. !*strings.22524:Certificates and Private Keys (Certificate Database)
  13820.  
  13821. !*strings.22525:Certificates and Private Keys (Personal Key Database)
  13822.  
  13823. !*strings.22526:Certificates and Private Keys (Security Module)
  13824.  
  13825. !*strings.22527:Java Security (Signed Applet DB)
  13826.  
  13827. !*strings.22528:Java Security (Signed Applet DB 0)
  13828.  
  13829. !*strings.22529:Address Book
  13830.  
  13831. !*strings.22530:Synchronizing item %d of %d.
  13832.  
  13833. !*strings.22531:To be able to synchronize your roaming access\n\
  13834. profile information, remember to go back online\n\
  13835. before exiting Communicator
  13836.  
  13837. !*strings.22532:To be able to synchronize your roaming access\n\
  13838. profile information, remember to go back online\n\
  13839. before quitting Communicator
  13840.  
  13841. !*strings.22533:An authorization error occurred,\n\
  13842. please try retyping your password.
  13843.  
  13844. !*strings.22534:Contacting host...
  13845.  
  13846. !*strings.22535:Download from server in progress
  13847.  
  13848. !*strings.22536:Verifying login
  13849.  
  13850. !*strings.22537:You must specify a username to successfully\n\
  13851. log in to the Roaming Access server.\n\
  13852. Open the Roaming Access preferences pane to enable\n\
  13853. Roaming Access and enter your User Name.
  13854.  
  13855. !*strings.22538:You must specify a valid URL to successfully\n\
  13856. log in to the Roaming Access server.\n\
  13857. Open the Roaming Access - Server Information preferences\n\
  13858. pane to enable Roaming Access and enter the server's URL.
  13859.  
  13860. !*strings.22539:You must specify a username to successfully\n\
  13861. log in to the Roaming Access server.\n\
  13862. Files will not be transferred to the server this session.\n\
  13863. Open the Roaming Access preferences pane to enter your User Name.
  13864.  
  13865. !*strings.22540:You must specify a valid server URL to successfully\n\
  13866. log in to the Roaming Access server.
  13867.  
  13868. !*strings.22541:Upload to server in progress.
  13869.  
  13870. !*strings.22542:Uploading all items
  13871.  
  13872. !*strings.22543:Uploading folder
  13873.  
  13874. !*strings.22544:Removing remote file
  13875.  
  13876. !*strings.22545:Downloading folder
  13877.  
  13878. !*strings.22546:Removing local file
  13879.  
  13880. !*strings.22547:You must specify a username to successfully\n\
  13881. log in to the Roaming Access server.\n
  13882.  
  13883. !*strings.22551:Error
  13884.  
  13885. !*strings.22552:Published Event
  13886.  
  13887. !*strings.22553:Published Free/Busy
  13888.  
  13889. !*strings.22554:Reply Free/Busy
  13890.  
  13891. !*strings.22555:Event Request
  13892.  
  13893. !*strings.22556:Free/Busy Time Request
  13894.  
  13895. !*strings.22557:Event Reply
  13896.  
  13897. !*strings.22558:Event Cancellation
  13898.  
  13899. !*strings.22559:Event Refresh Request
  13900.  
  13901. !*strings.22560:Event Counter Proposal
  13902.  
  13903. !*strings.22561:Decline Counter Proposal
  13904.  
  13905. !*strings.22562:What:
  13906.  
  13907. !*strings.22563:When:
  13908.  
  13909. !*strings.22564:Location:
  13910.  
  13911. !*strings.22565:Organizer:
  13912.  
  13913. !*strings.22566:Status:
  13914.  
  13915. !*strings.22567:Priority:
  13916.  
  13917. !*strings.22568:Categories:
  13918.  
  13919. !*strings.22569:Resources:
  13920.  
  13921. !*strings.22570:Attachments:
  13922.  
  13923. !*strings.22571:Alarms:
  13924.  
  13925. !*strings.22572:Created:
  13926.  
  13927. !*strings.22573:Last Modified:
  13928.  
  13929. !*strings.22574:Sent:
  13930.  
  13931. !*strings.22575:UID
  13932.  
  13933. !*strings.22577:Legend:
  13934.  
  13935. !*strings.22578:free
  13936.  
  13937. !*strings.22579:busy
  13938.  
  13939. !*strings.22580:unknown
  13940.  
  13941. !*strings.22581:undefined
  13942.  
  13943. !*strings.22582: AM
  13944.  
  13945. !*strings.22583: PM
  13946.  
  13947. !*strings.22584:More Details...
  13948.  
  13949. !*strings.22585:Add To Schedule
  13950.  
  13951. !*strings.22586:Close
  13952.  
  13953. !*strings.22587:Accept
  13954.  
  13955. !*strings.22588:Accept All
  13956.  
  13957. !*strings.22589:Update Schedule
  13958.  
  13959. !*strings.22590:Decline
  13960.  
  13961. !*strings.22591:Tentative
  13962.  
  13963. !*strings.22592:Send Free/Busy Time Infomation
  13964.  
  13965. !*strings.22593:Send Refresh
  13966.  
  13967. !*strings.22594:Delegate to
  13968.  
  13969. !*strings.22595:This event is already in your schedule
  13970. \n
  13971.  
  13972. !*strings.22596:This event is not yet in your schedule
  13973. \n
  13974.  
  13975. !*strings.22597:Conflicts:
  13976.  
  13977. !*strings.22598:Note:
  13978.  
  13979. !*strings.22599:<FONT COLOR=#FF0000>Error:</FONT>
  13980.  
  13981. !*strings.22600: to 
  13982.  
  13983. !*strings.22601: ( Day Event) 
  13984.  
  13985. !*strings.22602: Begins on 
  13986.  
  13987. !*strings.22603:Was
  13988.  
  13989. !*strings.22614:Published Calendar Events
  13990.  
  13991. !*strings.22615:Published Calendar Free/Busy
  13992.  
  13993. !*strings.22616:This messages contains %d events.
  13994.  
  13995. !*strings.22617:When
  13996.  
  13997. !*strings.22618:What
  13998.  
  13999. !*strings.22619:: 
  14000.  
  14001. !*strings.22620:There are also %d other errors
  14002.  
  14003. !*strings.22621:Display limited to the first %d events.
  14004.  
  14005. !*strings.22622:Unknown
  14006.  
  14007. !*strings.22623:DTEnd before DTStart.  Setting DTEnd equal to DTStart
  14008.  
  14009. !*strings.22624:Prompt value must be ON or OFF
  14010.  
  14011. !*strings.22625:Cannot parse time/date string
  14012.  
  14013. !*strings.22626:Recurrence rules are too complicated.  Only the first instance was scheduled
  14014.  
  14015. !*strings.22627:Invalid property value
  14016.  
  14017. !*strings.22628:Invalid property name
  14018.  
  14019. !*strings.22629:Invalid parameter name
  14020.  
  14021. !*strings.22700:The required configuration file %s could not be found.  Please reinstall the software or contact your administrator.
  14022.  
  14023. !*strings.22701:The required configuration file %s is invalid.  Please reinstall the software or contact your administrator.
  14024.  
  14025. !*strings.22702:An error occurred while reading the preference file %s.  Default preferences will be used.
  14026.  
  14027. !*strings.22703:Communicator could not retrieve preferences from the directory server %s because an authentication error occurred.  Try retyping your password or contact your system administrator for more information.
  14028.  
  14029. !*strings.22704:Communicator could not connect to the directory server %s to retrieve preference information.  The server may be down or busy.  Some preferences were retrieved using previously cached information.\n\
  14030. \n\
  14031. If this error persists, contact your system administrator.
  14032.  
  14033. !*strings.22705:Communicator could not retrieve preferences from the directory server %s because the preference map could not be found.  Some preferences were retrieved using previously cached information.\n\
  14034. \n\
  14035. If this error persists, contact your system administrator.
  14036.  
  14037. !*strings.22706:Communicator could not retrieve preferences from the directory server %s because your directory entry could not be found.  Some preferences were retrieved using previously cached information.\n\
  14038. \n\
  14039. If this error persists, contact your system administrator.
  14040.  
  14041. !*strings.22707:Your new passwords did not match.  Please retype your new password in both fields.  If you do not want to password protect your profile, leave both fields blank.
  14042.  
  14043. !*strings.22709:Communicator could not complete your request because the profile manager encountered an unexpected error.
  14044.  
  14045. !*strings.22710:The profile '%s' requires a password.  Enter your password to login into your Roaming Access Profile and retrieve your profile information.
  14046.  
  14047. !*strings.22711:Please enter your password to retrieve preferences from the directory server %s.
  14048.  
  14049. !*strings.22712:The profile '%s' requires a password. In order to continue, please enter your local profile password.
  14050.  
  14051. !*strings.22713:Another profile already exists with that name.  Please choose a different profile name.
  14052.  
  14053. !*strings.22714:You must enter a new profile password to continue.
  14054.  
  14055. !*strings.22715:Guest
  14056.  
  14057. !*strings.8000:End of List
  14058.  
  14059. !*strings.8001:Entire List
  14060.  
  14061. !*strings.8003:Save As... (type %.90s, encoding %.90s)
  14062.  
  14063. !*strings.8004:Save As... (type %.90s)
  14064.  
  14065. !*strings.8005:Save As... (encoding %.90s)
  14066.  
  14067. !*strings.8006:Save As...
  14068.  
  14069. !*strings.8007:Error opening %.900s:
  14070.  
  14071. !*strings.8008:Error deleting %.900s:
  14072.  
  14073. !*strings.8009:When connected, log in as user `%.900s'
  14074.  
  14075. !*strings.8010:Out Of Memory -- Can't Open URL
  14076.  
  14077. !*strings.8011:couldn't load:\n\
  14078. %s
  14079.  
  14080. !*strings.8012:%s\n\
  14081. No other resources were reasonable!\n\
  14082. Using fallback font "%s" instead.
  14083.  
  14084. !*strings.8013:%s\n\
  14085. No other resources were reasonable!\n\
  14086. The fallback font "%s" could not be loaded!\n\
  14087. Giving up.
  14088.  
  14089. !*strings.8014:Bookmarks file has changed on disk: discard your changes?
  14090.  
  14091. !*strings.8015:Bookmarks file has changed on disk: reload it?
  14092.  
  14093. !*strings.8016:New Item
  14094.  
  14095. !*strings.8017:New Header
  14096.  
  14097. !*strings.8018:Remove category "%.900s" and its %d entry?
  14098.  
  14099. !*strings.8019:Remove category "%.900s" and its %d entries?
  14100.  
  14101. !*strings.8020:Export Bookmark
  14102.  
  14103. !*strings.8021:Import Bookmark
  14104.  
  14105. !*strings.8022:This version supports %s security with %s.
  14106.  
  14107. !*strings.8023:Security disabled
  14108.  
  14109. !*strings.8024:file:/usr/local/lib/netscape/docs/Welcome.html
  14110.  
  14111. !*strings.8025:Document: Done.
  14112.  
  14113. !*strings.8026:Open File
  14114.  
  14115. !*strings.8027:Error opening pipe to %.900s
  14116.  
  14117. !*strings.8028:Warning:\n\
  14118. \n
  14119.  
  14120. !*strings.8029:%s "%.255s" does not exist.\n
  14121.  
  14122. !*strings.8030:%s "%.255s" is unknown.\n
  14123.  
  14124. !*strings.8031:No port number specified for %s.\n
  14125.  
  14126. !*strings.8032:Mail host
  14127.  
  14128. !*strings.8033:News host
  14129.  
  14130. !*strings.8034:News RC directory
  14131.  
  14132. !*strings.8035:Temporary directory
  14133.  
  14134. !*strings.8036:FTP proxy host
  14135.  
  14136. !*strings.8037:Gopher proxy host
  14137.  
  14138. !*strings.8038:HTTP proxy host
  14139.  
  14140. !*strings.8039:HTTPS proxy host
  14141.  
  14142. !*strings.8040:WAIS proxy host
  14143.  
  14144. !*strings.8041:SOCKS host
  14145.  
  14146. !*strings.8042:Global MIME types file
  14147.  
  14148. !*strings.8043:Private MIME types file
  14149.  
  14150. !*strings.8044:Global mailcap file
  14151.  
  14152. !*strings.8045:Private mailcap file
  14153.  
  14154. !*strings.8046:Cannot delete toplevel bookmark
  14155.  
  14156. !*strings.8047:Cannot cut toplevel bookmark
  14157.  
  14158. !*strings.8048:This is an alias to the following Bookmark:
  14159.  
  14160. !*strings.8049:File Open...
  14161.  
  14162. !*strings.8050:Printing of frames is currently not supported.
  14163.  
  14164. !*strings.8051:error saving options
  14165.  
  14166. !*strings.8052:unknown %s escape code %%%c:\n\
  14167. %%h = host, %%p = port, %%u = user
  14168.  
  14169. !*strings.8053:couldn't fork():
  14170.  
  14171. !*strings.8054:%s: execvp(%s) failed
  14172.  
  14173. !*strings.8055:Save Frame as...
  14174.  
  14175. !*strings.8057:Print Frame...
  14176.  
  14177. !*strings.8058:Print...
  14178.  
  14179. !*strings.8059:Download File: %s
  14180.  
  14181. !*strings.8060:Compose: (No Subject)
  14182.  
  14183. !*strings.8061:Compose: %s
  14184.  
  14185. !*strings.8062:Netscape: <untitled>
  14186.  
  14187. !*strings.8063:Netscape: %s
  14188.  
  14189. !*strings.8064:(no subject)
  14190.  
  14191. !*strings.8065:unknown error code %d
  14192.  
  14193. !*strings.8066:Invalid File attachment.\n\
  14194. %s: doesn't exist.\n
  14195.  
  14196. !*strings.8067:Invalid File attachment.\n\
  14197. %s: not readable.\n
  14198.  
  14199. !*strings.8068:Invalid File attachment.\n\
  14200. %s: is a directory.\n
  14201.  
  14202. !*strings.8069:couldn't fork() for movemail
  14203.  
  14204. !*strings.8070:problems executing %s:
  14205.  
  14206. !*strings.8071:%s terminated abnormally:
  14207.  
  14208. !*strings.8072:Unable to open %.900s
  14209.  
  14210. !*strings.8073:Please enter your news host in one\n\
  14211. of the following formats:\n\
  14212. \n\
  14213.     news://HOST,\n\
  14214.     news://HOST:PORT,\n\
  14215.     snews://HOST, or\n\
  14216.     snews://HOST:PORT\n\
  14217. \n
  14218.  
  14219. !*strings.8074:For the internal movemail method to work, we must be able to create\n\
  14220. lock files in the mail spool directory.  On many systems, this is best\n\
  14221. accomplished by making that directory be mode 01777.  If that is not\n\
  14222. possible, then an external setgid/setuid movemail program must be used.\n\
  14223. Please see the Release Notes for more information.
  14224.  
  14225. !*strings.8075:Can't move mail from %.200s
  14226.  
  14227. !*strings.8076:Can't get new mail; a lock file %.200s exists.
  14228.  
  14229. !*strings.8077:Can't get new mail; unable to create lock file %.200s
  14230.  
  14231. !*strings.8078:Can't get new mail; a system error occurred.
  14232.  
  14233. !*strings.8079:Can't move mail; unable to open %.200s
  14234.  
  14235. !*strings.8080:Can't move mail; unable to read %.200s
  14236.  
  14237. !*strings.8081:Can't move mail; unable to write to %.200s
  14238.  
  14239. !*strings.8082:There were problems moving mail
  14240.  
  14241. !*strings.8083:There were problems moving mail: exit status %d
  14242.  
  14243. !*strings.8134:There were problems cleaning up %s
  14244.  
  14245. !*strings.8085:%s\n\
  14246. usage: %s [ options ... ]\n\
  14247.        where options include:\n\
  14248. \n\
  14249.        -help                     to show this message.\n\
  14250.        -version                  to show the version number and build date.\n\
  14251.        -display <dpy>            to specify the X server to use.\n\
  14252.        -geometry =WxH+X+Y        to position and size the window.\n\
  14253.        -visual <id-or-number>    to use a specific server visual.\n\
  14254.        -install                  to install a private colormap.\n\
  14255.        -no-install               to use the default colormap.\n
  14256.  
  14257. !*strings.8154:       -share                    when -install, cause each window to use the\n\
  14258.                                  same colormap instead of each window using\n\
  14259.                                  a new one.\n\
  14260.        -no-share                 cause each window to use the same colormap.\n
  14261.  
  14262. !*strings.8086:       -ncols <N>                when not using -install, set the maximum\n\
  14263.                                  number of colors to allocate for images.\n\
  14264.        -mono                     to force 1-bit-deep image display.\n\
  14265.        -iconic                   to start up iconified.\n\
  14266.        -xrm <resource-spec>      to set a specific X resource.\n\
  14267. \n\
  14268.        -remote <remote-command>  to execute a command in an already-running\n\
  14269.                                  Netscape process.  For more info, see\n\
  14270.               http://home.netscape.com/newsref/std/x-remote.html\n\
  14271.        -id <window-id>           the id of an X window to which the -remote\n\
  14272.                                  commands should be sent; if unspecified,\n\
  14273.                                  the first window found will be used.\n\
  14274.        -raise                    whether following -remote commands should\n\
  14275.                                  cause the window to raise itself to the top\n\
  14276.                                  (this is the default.)\n\
  14277.        -noraise                  the opposite of -raise: following -remote\n\
  14278.                                  commands will not auto-raise the window.\n\
  14279. \n\
  14280.        -nethelp                  Show nethelp.  Requires nethelp: URL.\n\
  14281. \n\
  14282.        -dont-force-window-stacking  Ignore the alwaysraised, alwayslowered \n\
  14283.                                     and z-lock JavaScript window.open() \n\
  14284.                                     attributes.\n\
  14285. \n\
  14286.        -no-about-splash          Bypass the startup license page.\n\
  14287. \n\
  14288.        -no-session-management\n\
  14289.        -session-management       Netscape supports session management\n\
  14290.                                  by default.  Use these flags to force\n\
  14291.                                  it on/off.\n\
  14292. \n\
  14293.        -no-irix-session-management\n\
  14294.        -irix-session-management  Different platforms deal with session\n\
  14295.                                  management in fundamentally different\n\
  14296.                                  ways.  Use these flags if you experience\n\
  14297.                                  session management problems.\n\
  14298. \n\
  14299.                                  IRIX session management is on by default\n\
  14300.                                  only on SGI systems.  It is also available\n\
  14301.                                  on other platforms and might work with\n\
  14302.                                  session managers other than the IRIX\n\
  14303.                                  desktop.\n\
  14304. \n\
  14305.        -dont-save-geometry-prefs Don't save window geometry for session.\n\
  14306. \n\
  14307.        -ignore-geometry-prefs    Ignore saved window geometry for session.\n\
  14308. \n
  14309.  
  14310. !*strings.8087:%s: program is version %s, but resources are version %s.\n\
  14311. \n\
  14312.     This means that there is an inappropriate `%s' file in\n\
  14313.     he system-wide app-defaults directory, or possibly in your\n\
  14314.     home directory.  Check these environment variables and the\n\
  14315.     directories to which they point:\n\
  14316. \n\
  14317.   $XAPPLRESDIR\n\
  14318.   $XFILESEARCHPATH\n\
  14319.   $XUSERFILESEARCHPATH\n\
  14320. \n\
  14321.     Also check for this file in your home directory, or in the\n\
  14322.     directory called `app-defaults' somewhere under /usr/lib/.
  14323.  
  14324. !*strings.8088:%s: couldn't find our resources?\n\
  14325. \n\
  14326.     This could mean that there is an inappropriate `%s' file\n\
  14327.     installed in the app-defaults directory.  Check these environment\n\
  14328.     variables and the directories to which they point:\n\
  14329. \n\
  14330.   $XAPPLRESDIR\n\
  14331.   $XFILESEARCHPATH\n\
  14332.   $XUSERFILESEARCHPATH\n\
  14333. \n\
  14334.     Also check for this file in your home directory, or in the\n\
  14335.     directory called `app-defaults' somewhere under /usr/lib/.
  14336.  
  14337. !*strings.8089:%s: invalid geometry specification.\n\
  14338. \n\
  14339.  Apparently "%s*geometry: %s" or "%s*geometry: %s"\n\
  14340.  was specified in the resource database.  Specifying "*geometry"\n\
  14341.  will make %s (and most other X programs) malfunction in obscure\n\
  14342.  ways.  You should always use ".geometry" instead.\n
  14343.  
  14344. !*strings.8090:%s: unrecognized option "%s"\n
  14345.  
  14346. !*strings.8091:%s has detected a %s\n\
  14347. file.\n
  14348.  
  14349. !*strings.8092:\n\
  14350. This may indicate that another user is running\n\
  14351. %s using your %s files.\n
  14352.  
  14353. !*strings.8093:It appears to be running on host %s\n\
  14354. under process-ID %u.\n
  14355.  
  14356. !*strings.8094:\n\
  14357. You may continue to use %s, but you will\n\
  14358. be unable to use the disk cache, global history,\n\
  14359. or your personal certificates.\n
  14360.  
  14361. !*strings.8095:\n\
  14362. Otherwise, you may choose Cancel, make sure that\n\
  14363. you are not running another %s Navigator,\n\
  14364. delete the %s file, and\n\
  14365. restart %s.
  14366.  
  14367. !*strings.8096:%s: %s existed, but was not a directory.\n\
  14368. The old file has been renamed to %s\n\
  14369. and a directory has been created in its place.\n\
  14370. \n
  14371.  
  14372. !*strings.8097:%s: %s exists but is not a directory,\n\
  14373. and we were unable to rename it!\n\
  14374. Please remove this file: it is in the way.\n\
  14375. \n
  14376.  
  14377. !*strings.8098:%s: unable to create the directory `%s'.\n\
  14378. %s\n\
  14379. Please create this directory.\n\
  14380. \n
  14381.  
  14382. !*strings.8099:unknown error
  14383.  
  14384. !*strings.8100:error creating %s
  14385.  
  14386. !*strings.8101:error writing %s
  14387.  
  14388. !*strings.8102:This version of %s uses different names for its config files\n\
  14389. than previous versions did.  Those config files which still use\n\
  14390. the same file formats have been copied to their new names, and\n\
  14391. those which don't will be recreated as necessary.\n\
  14392. %s\n\
  14393. \n\
  14394. Would you like us to delete the old files now?
  14395.  
  14396. !*strings.8103:\n\
  14397. The old files still exist, including a disk cache directory\n\
  14398. (which might be large.)
  14399.  
  14400. !*strings.8104:The old files still exist.
  14401.  
  14402. !*strings.8105:General
  14403.  
  14404. !*strings.8106:Passwords
  14405.  
  14406. !*strings.8107:Personal Certificates
  14407.  
  14408. !*strings.8108:Site Certificates
  14409.  
  14410. !*strings.8109:Checked %s (%d left)\n\
  14411. %d%% completed)\n\
  14412. \n\
  14413. Estimated time remaining: %s\n\
  14414. (Remaining time depends on the sites selected and\n\
  14415. the network traffic.)
  14416.  
  14417. !*strings.8110:Checking ... (%d left)\n\
  14418. %d%% completed)\n\
  14419. \n\
  14420. Estimated time remaining: %s\n\
  14421. (Remaining time depends on the sites selected and\n\
  14422. the network traffic.)
  14423.  
  14424. !*strings.8111:Re: 
  14425.  
  14426. !*strings.8112:Done checking %d bookmarks.\n\
  14427. %d documents were reached.\n\
  14428. %d documents have changed and are marked as new.
  14429.  
  14430. !*strings.8115:"%s" exited with status %d
  14431.  
  14432. !*strings.8116:%s: The Motif keysyms seem not to be defined.\n\
  14433. \n\
  14434.  This is usually because the proper XKeysymDB file was not found.\n\
  14435.  You can set the $XKEYSYMDB environment variable to the location\n\
  14436.  of a file which contains the right keysyms.\n\
  14437. \n\
  14438.  Without the right XKeysymDB, many warnings will be generated,\n\
  14439.  and most keyboard accelerators will not work.\n\
  14440. \n\
  14441.  (An appropriate XKeysymDB file was included with the %s\n\
  14442.  distribution.)\n\
  14443. \n
  14444.  
  14445. !*strings.8117:%s: Some of the Motif keysyms seem not to be defined.\n\
  14446. \n\
  14447.  This is usually because the proper XKeysymDB file was not found.\n\
  14448.  You can set the $XKEYSYMDB environment variable to the location\n\
  14449.  of a file which contains the right keysyms.\n\
  14450. \n\
  14451.  Without the right XKeysymDB, many warnings will be generated,\n\
  14452.  and some keyboard accelerators will not work.\n\
  14453. \n\
  14454.  (An appropriate XKeysymDB file was included with the %s\n\
  14455.  distribution.)\n\
  14456. \n
  14457.  
  14458. !*strings.8118:Visual 0x%02x is a%s %d bit %s visual.\n\
  14459. This is not a supported visual; images %s.\n\
  14460. \n\
  14461. Currently supported visuals are:\n\
  14462. \n\
  14463.        StaticGray, all depths\n\
  14464.         GrayScale, all depths\n\
  14465.         TrueColor, depth 8 or greater\n\
  14466.         DirectColor, depth 8 or greater\n\
  14467.         StaticColor, depth 8 or greater\n\
  14468.         PseudoColor, depth 8 only\n\
  14469. \n\
  14470. If you have any of the above visuals (see `xdpyinfo'),\n\
  14471. it is recommended that you start %s with\n\
  14472. the `-visual' command-line option to specify one.\n\
  14473. \n\
  14474. More visuals may be directly supported in the future;\n\
  14475. your feedback is welcome.
  14476.  
  14477. !*strings.8119:Visual 0x%02x is a%s %d bit %s visual.\n\
  14478. This is not a supported visual; images %s.\n\
  14479. \n\
  14480. Currently supported visuals are:\n\
  14481. \n\
  14482.        StaticGray, all depths\n\
  14483.        GrayScale, all depths\n\
  14484.        TrueColor, depth 8 or greater\n\
  14485.         StaticColor, depth 8 or greater\n\
  14486.         PseudoColor, depth 8 only\n\
  14487. \n\
  14488. If you have any of the above visuals (see `xdpyinfo'),\n\
  14489. it is recommended that you start %s with\n\
  14490. the `-visual' command-line option to specify one.\n\
  14491. \n\
  14492. More visuals may be directly supported in the future;\n\
  14493. your feedback is welcome.
  14494.  
  14495. !*strings.8120:Visual 0x%02x is a%s %d bit %s visual.\n\
  14496. This is not a supported visual; images %s.\n\
  14497. \n\
  14498. Currently supported visuals are:\n\
  14499. \n\
  14500.        StaticGray, all depths\n\
  14501.         TrueColor, depth 8 or greater\n\
  14502.         DirectColor, depth 8 or greater\n\
  14503.         StaticColor, depth 8 or greater\n\
  14504.         PseudoColor, depth 8 only\n\
  14505. \n\
  14506. If you have any of the above visuals (see `xdpyinfo'),\n\
  14507. it is recommended that you start %s with\n\
  14508. the `-visual' command-line option to specify one.\n\
  14509. \n\
  14510. More visuals may be directly supported in the future;\n\
  14511. your feedback is welcome.
  14512.  
  14513. !*strings.8121:Visual 0x%02x is a%s %d bit %s visual.\n\
  14514. This is not a supported visual; images %s.\n\
  14515. \n\
  14516. Currently supported visuals are:\n\
  14517. \n\
  14518.        StaticGray, all depths\n\
  14519.         TrueColor, depth 8 or greater\n\
  14520.         StaticColor, depth 8 or greater\n\
  14521.         PseudoColor, depth 8 only\n\
  14522. \n\
  14523. If you have any of the above visuals (see `xdpyinfo'),\n\
  14524. it is recommended that you start %s with\n\
  14525. the `-visual' command-line option to specify one.\n\
  14526. \n\
  14527. More visuals may be directly supported in the future;\n\
  14528. your feedback is welcome.
  14529.  
  14530. !*strings.8122:will be\n\
  14531. displayed in monochrome
  14532.  
  14533. !*strings.8123:will look bad
  14534.  
  14535. !*strings.8124:Appearance
  14536.  
  14537. !*strings.8125:Bookmarks
  14538.  
  14539. !*strings.8126:Colors
  14540.  
  14541. !*strings.8127:Fonts
  14542.  
  14543. !*strings.8128:Applications
  14544.  
  14545. !*strings.8155:Helpers
  14546.  
  14547. !*strings.8129:Images
  14548.  
  14549. !*strings.8130:Languages
  14550.  
  14551. !*strings.8131:Cache
  14552.  
  14553. !*strings.8132:Connections
  14554.  
  14555. !*strings.8133:Proxies
  14556.  
  14557. !*strings.8135:Compose
  14558.  
  14559. !*strings.8136:Servers
  14560.  
  14561. !*strings.8137:Identity
  14562.  
  14563. !*strings.8138:Organization
  14564.  
  14565. !*strings.8139:Mail Frame
  14566.  
  14567. !*strings.8140:Mail Document
  14568.  
  14569. !*strings.8141:Netscape Mail & Newsgroups
  14570.  
  14571. !*strings.8142:Netscape Newsgroups
  14572.  
  14573. !*strings.8143:Address Book
  14574.  
  14575. !*strings.8144:X resources not installed correctly!
  14576.  
  14577. !*strings.8145:<< Empty >>
  14578.  
  14579. !*strings.8146:error saving password
  14580.  
  14581. !*strings.8147:Unimplemented.
  14582.  
  14583. !*strings.8148:%s: ~user/ syntax is not allowed in preferences file, only ~/\n
  14584.  
  14585. !*strings.8149:%s: unrecognized visual "%s".\n
  14586.  
  14587. !*strings.8150:%s: no visual with id 0x%x.\n
  14588.  
  14589. !*strings.8151:%s: no visual of class %s.\n
  14590.  
  14591. !*strings.8152:\n\
  14592. \n\
  14593. << stderr diagnostics have been truncated >>
  14594.  
  14595. !*strings.8153:error creating pipe:
  14596.  
  14597. !*strings.8156:Outbox folder contains an unsent\n\
  14598. message. Send it now?\n
  14599.  
  14600. !*strings.8157:Outbox folder contains %d unsent\n\
  14601. messages. Send them now?\n
  14602.  
  14603. !*strings.8158:The ``Leave on Server'' option only works when\n\
  14604. using a POP3 server, not when using a local\n\
  14605. mail spool directory.  To retrieve your mail,\n\
  14606. first turn off that option in the Servers pane\n\
  14607. of the Mail and News Preferences.
  14608.  
  14609. !*strings.8159:Back
  14610.  
  14611. !*strings.8160:Back in Frame
  14612.  
  14613. !*strings.8161:Forward
  14614.  
  14615. !*strings.8162:Forward in Frame
  14616.  
  14617. !*strings.8163:Please set the $MAIL environment variable to the\n\
  14618. location of your mail-spool file.
  14619.  
  14620. !*strings.8164:No new messages.
  14621.  
  14622. !*strings.8165:User-Defined
  14623.  
  14624. !*strings.8166:Other
  14625.  
  14626. !*strings.8167:couldn't fork() for external message delivery
  14627.  
  14628. !*strings.8168:Cannot read file %s.
  14629.  
  14630. !*strings.8169:%s does not exist.
  14631.  
  14632. !*strings.8170:%s is a directory.
  14633.  
  14634. !*strings.8171:Lock file not found.
  14635.  
  14636. !*strings.8172:Can't open Netscape.lock file.
  14637.  
  14638. !*strings.8173:Netscape.lock file has been modified.
  14639.  
  14640. !*strings.8174:Could not determine lock file size.
  14641.  
  14642. !*strings.8175:Could not read Netscape.lock data.
  14643.  
  14644. !*strings.8176:Couldn't open animation file.
  14645.  
  14646. !*strings.8177:Animation file modified.\n\
  14647. Using default animation.
  14648.  
  14649. !*strings.8178:Couldn't read animation file size.\n\
  14650. Using default animation.
  14651.  
  14652. !*strings.8179:Couldn't read number of animation colors.\n\
  14653. Using default animation.
  14654.  
  14655. !*strings.8180:Couldn't read animation colors.\n\
  14656. Using default animation.
  14657.  
  14658. !*strings.8181:Couldn't read animation frames.\n\
  14659. Using default animation.
  14660.  
  14661. !*strings.8182:Ignoring extra bytes at end of animation file.
  14662.  
  14663. !*strings.8183:Look for documents that have changed for:
  14664.  
  14665. !*strings.8184:Character
  14666.  
  14667. !*strings.8185:Link
  14668.  
  14669. !*strings.8186:Paragraph
  14670.  
  14671. !*strings.8187:Image
  14672.  
  14673. !*strings.8188:Refresh Frame
  14674.  
  14675. !*strings.8189:Refresh
  14676.  
  14677. !*strings.8190:Netscape Mail & Newsgroups: %.900s
  14678.  
  14679. !*strings.8191:Netscape Newsgroups: %.900s
  14680.  
  14681. !*strings.8192:Netscape: %.900s
  14682.  
  14683. !*strings.8193:Protocols
  14684.  
  14685. !*strings.8194:Languages
  14686.  
  14687. !*strings.8195:Change Password
  14688.  
  14689. !*strings.8196:Set Password...
  14690.  
  14691. !*strings.8197:No Plugins
  14692.  
  14693. !*strings.8198:Continue Movemail
  14694.  
  14695. !*strings.8199:Cancel Movemail
  14696.  
  14697. !*strings.8200:Netscape will move your mail from %s\n\
  14698. to %s/Inbox.\n\
  14699. \n\
  14700. Moving the mail will interfere with other mailers\n\
  14701. that expect already-read mail to remain in\n\
  14702. %s.
  14703.  
  14704. !*strings.8201:Show this Alert Next Time
  14705.  
  14706. !*strings.8202:Netscape Composer: %.900s
  14707.  
  14708. !*strings.8203:Netscape
  14709.  
  14710. !*strings.8204:Unknown:Prompt User
  14711.  
  14712. !*strings.8205:Save To Disk
  14713.  
  14714. !*strings.8206:Plug In : %s
  14715.  
  14716. !*strings.8207:Mime type cannot be empty.
  14717.  
  14718. !*strings.8208:Description|Handled By
  14719.  
  14720. !*strings.8209:Can't get new mail; a lock file %s exists.
  14721.  
  14722. !*strings.8210:No plugin %s. Reverting to save-to-disk for type %s.\n
  14723.  
  14724. !*strings.8211:ERROR: %s\n\
  14725. Cant load plugin %s. Ignored.\n
  14726.  
  14727. !*strings.8212:Plugin specifies different Description and/or Suffixes for mimetype %s.\n\
  14728. \n\
  14729.         Description = "%s"\n\
  14730.         Suffixes = "%s"\n\
  14731. \n\
  14732. Use plugin specified Description and Suffixes ?
  14733.  
  14734. !*strings.8213:error Saving options.
  14735.  
  14736. !*strings.8214:Some values are out of range:
  14737.  
  14738. !*strings.8215:The following value is out of range:
  14739.  
  14740. !*strings.8216:You can have between 1 and 100 rows.
  14741.  
  14742. !*strings.8217:You can have between 1 and 100 columns.
  14743.  
  14744. !*strings.8218:For border width, you can have 0 to 10000 pixels.
  14745.  
  14746. !*strings.8219:For cell spacing, you can have 0 to 10000 pixels.
  14747.  
  14748. !*strings.8220:For cell padding, you can have 0 to 10000 pixels.
  14749.  
  14750. !*strings.8221:For width, you can have between 1 and 10000 pixels,\n\
  14751. or between 1 and 100%.
  14752.  
  14753. !*strings.8222:For height, you can have between 1 and 10000 pixels,\n\
  14754. or between 1 and 100%.
  14755.  
  14756. !*strings.8223:For width, you can have between 1 and 10000 pixels.
  14757.  
  14758. !*strings.8224:For height, you can have between 1 and 10000 pixels.
  14759.  
  14760. !*strings.8225:For space, you can have between 1 and 10000 pixels.
  14761.  
  14762. !*strings.8226:Please enter a new value and try again.
  14763.  
  14764. !*strings.8227:Please enter new values and try again.
  14765.  
  14766. !*strings.8228:Enter the text of the link:
  14767.  
  14768. !*strings.8229:Linked image:
  14769.  
  14770. !*strings.8230:Linked text:
  14771.  
  14772. !*strings.8231:No targets in the selected document
  14773.  
  14774. !*strings.8232:Link to a named target in the specified document (optional).
  14775.  
  14776. !*strings.8233:Link to a named target in the current document (optional).
  14777.  
  14778. !*strings.8234:Do you want to remove the link?
  14779.  
  14780. !*strings.8235:<unknown>
  14781.  
  14782. !*strings.8236:Unopened Tag: '<' was expected
  14783.  
  14784. !*strings.8237:Unopened Tag:  '>' was expected
  14785.  
  14786. !*strings.8238:Unterminated String in tag: closing quote expected
  14787.  
  14788. !*strings.8239:Premature close of tag
  14789.  
  14790. !*strings.8240:Tagname was expected
  14791.  
  14792. !*strings.8241:Unknown tag error
  14793.  
  14794. !*strings.8242:Tag seems ok
  14795.  
  14796. !*strings.8243:This document contains frames. Currently the editor\n\
  14797. cannot edit documents which contain frames.
  14798.  
  14799. !*strings.8244:This document is an about document. The editor\n\
  14800. cannot edit about documents.
  14801.  
  14802. !*strings.8245:You must save this document locally before\n\
  14803. continuing with the requested action.
  14804.  
  14805. !*strings.8246:Do you want to save changes to:\n\
  14806. %.900s?
  14807.  
  14808. !*strings.8247:The error code = (%d).
  14809.  
  14810. !*strings.8248:Cannot copy or cut at this time, try again later.
  14811.  
  14812. !*strings.8249:Nothing is selected.
  14813.  
  14814. !*strings.8250:The selection includes a table cell boundary.\n\
  14815. Deleting and copying are not allowed.
  14816.  
  14817. !*strings.8251:Empty command specified!
  14818.  
  14819. !*strings.8252:No html editor command has been specified in Editor Preferences.\n\
  14820. Specify the file argument with %f. Netscape will replace %f with\n\
  14821. the correct file name. Example:\n\
  14822.              xterm -e vi %f\n\
  14823. Would you like to enter a value in Editor Preferences now?
  14824.  
  14825. !*strings.8253:Syntax error in action handler: %s
  14826.  
  14827. !*strings.8254:Invalid window type for action handler: %s
  14828.  
  14829. !*strings.8255:Modified by the Netscape Navigator Administration Kit.\n\
  14830. Version: %s\n\
  14831. User agent: C
  14832.  
  14833. !*strings.8256:Private Mimetype File (%s) has changed on disk.  Discard your unsaved changes\n\
  14834. and reload?
  14835.  
  14836. !*strings.8257:Private Mailcap File (%s) has changed on disk.  Discard your unsaved changes\n\
  14837. and reload?
  14838.  
  14839. !*strings.8258:Private Mimetype File (%s) has changed on disk and is being reloaded.
  14840.  
  14841. !*strings.8259:Private Mailcap File (%s) has changed on disk and is being reloaded.
  14842.  
  14843. !*strings.8260:No image editor command has been specified in Editor Preferences.\n\
  14844. Specify the file argument with %f. Netscape will replace %f with\n\
  14845. the correct file name. Example:\n\
  14846.              xgifedit %f\n\
  14847. Would you like to enter a value in Editor Preferences now?
  14848.  
  14849. !*strings.8261:You are about to download a remote\n\
  14850. document or image.\n\
  14851. You should get permission to use any\n\
  14852. copyrighted images or documents.
  14853.  
  14854. !*strings.8262:The file is marked read-only.
  14855.  
  14856. !*strings.8263:The file is blocked at this time. Try again later.
  14857.  
  14858. !*strings.8264:The file URL is badly formed.
  14859.  
  14860. !*strings.8265:Error opening file for writing.
  14861.  
  14862. !*strings.8266:Error writing to the file.
  14863.  
  14864. !*strings.8267:Error creating the temporary backup file.
  14865.  
  14866. !*strings.8268:Error deleting the temporary backup file.
  14867.  
  14868. !*strings.8269:Continue saving document?
  14869.  
  14870. !*strings.8270:There was an error while saving the file:\n\
  14871. %.900s
  14872.  
  14873. !*strings.8271:The new document template location is not set.\n\
  14874. Would you like to enter a value in Editor Preferences now?
  14875.  
  14876. !*strings.8272:Please enter an autosave period between 0 and 600 minutes.
  14877.  
  14878. !*strings.8273:The default browse location is not set.\n\
  14879. Would you like to enter a value in Editor Preferences now?
  14880.  
  14881. !*strings.8274:Publish destination must begin with "ftp://", "http://", or "https://".\n\
  14882. Please enter new values and try again.
  14883.  
  14884. !*strings.8275:Image is at a remote location.\n\
  14885. Please save image locally before editing.
  14886.  
  14887. !*strings.8276:cannot allocate colormap
  14888.  
  14889. !*strings.8277:Uploading file to remote server:\n\
  14890. %.900s
  14891.  
  14892. !*strings.8278:Saving file to local disk:\n\
  14893. %.900s
  14894.  
  14895. !*strings.8279:Loading image file:\n\
  14896. %.900s
  14897.  
  14898. !*strings.8280:File %d of %d
  14899.  
  14900. !*strings.8281:Source not found.
  14901.  
  14902. !*strings.8282:Press Cancel to turn off AutoSave until you\n\
  14903. save this document later.
  14904.  
  14905. !*strings.8283:All
  14906.  
  14907. !*strings.8284:Search
  14908.  
  14909. !*strings.8285:New
  14910.  
  14911. !*strings.8286:This list shows the accumulated list of new newsgroups since\n\
  14912. the last time you pressed the Clear New button.
  14913.  
  14914. !*strings.8287:Message Center for %s
  14915.  
  14916. !*strings.8288:on local machine.
  14917.  
  14918. !*strings.8289:on server.
  14919.  
  14920. !*strings.8290:Message:
  14921.  
  14922. !*strings.8291:'%s' from %s in %s Folder
  14923.  
  14924. !*strings.8292:Netscape Group - [ %s ]
  14925.  
  14926. !*strings.8293:Netscape Folder - [ %s ]
  14927.  
  14928. !*strings.8299:Size
  14929.  
  14930. !*strings.8300:Lines
  14931.  
  14932. !*strings.8301:Name
  14933.  
  14934. !*strings.8302:Contact
  14935.  
  14936. !*strings.8303:Security
  14937.  
  14938. !*strings.8304:Conferencing
  14939.  
  14940. !*strings.8305:First Name:
  14941.  
  14942. !*strings.8306:Last Name:
  14943.  
  14944. !*strings.8307:Email Address:
  14945.  
  14946. !*strings.8308:Nickname:
  14947.  
  14948. !*strings.8309:Notes:
  14949.  
  14950. !*strings.8310:Prefers to receive HTML
  14951.  
  14952. !*strings.8311:Organization:
  14953.  
  14954. !*strings.8312:Title:
  14955.  
  14956. !*strings.8313:Address:
  14957.  
  14958. !*strings.8314:City:
  14959.  
  14960. !*strings.8315:State:
  14961.  
  14962. !*strings.8316:Zip:
  14963.  
  14964. !*strings.8317:Country:
  14965.  
  14966. !*strings.8318:Work:
  14967.  
  14968. !*strings.8319:Fax:
  14969.  
  14970. !*strings.8320:Home:
  14971.  
  14972. !*strings.8321:You do not have a Security Certificate for this person.\n\
  14973. \n\
  14974. This means that when you send this person email, it cannot be\n\
  14975. encrypted. This will make it easier for other people to read your\n\
  14976. message.\n\
  14977. \n\
  14978. To obtain Security Certificates for the recipient(s), they must\n\
  14979. first obtain one for themselves and send you a signed email\n\
  14980. message. The Security Certificate will automatically be remembered\n\
  14981. once it is received.\n
  14982.  
  14983. !*strings.8322:You have this person's Security Certificate.\n\
  14984. \n\
  14985. This means that when you send this person email, it can be encrypted.\n\
  14986. Encrypting a message is like sending it in an envelope, rather than a\n\
  14987. postcard. It makes it difficult for other people to view your message.\n\
  14988. \n\
  14989. This person's Security Certificate will expire on %s. When it\n\
  14990. expires, you will no longer be able to send encrypted mail to this\n\
  14991. person until they send you a new one.
  14992.  
  14993. !*strings.8323:This person's Security Certificate has Expired.\n\
  14994. \n\
  14995. You cannot send this person encrypted mail until you obtain a new\n\
  14996. Security Certificate for them. To do this, have this person send you a\n\
  14997. signed mail message. This will automatically include the new Security\n\
  14998. Certificate.
  14999.  
  15000. !*strings.8324:This person's Security Certificate has been revoked. This means that\n\
  15001. the Certificate may have been lost or stolen.\n\
  15002. \n\
  15003. You cannot send this person encrypted mail until you obtain a new\n\
  15004. Security Certificate. To do this, have this person send you a signed\n\
  15005. mail message. This will automatically include the new Security\n\
  15006. Certificate.
  15007.  
  15008. !*strings.8325:You do not have a Security Certificate for yourself.\n\
  15009. This means that you cannot receive encrypted mail, which would\n\
  15010. make it difficult for other people to eavesdrop on messages\n\
  15011. sent to you.\n\
  15012. \n\
  15013. You also cannot digitally sign mail. A digital signature would\n\
  15014. indicate that the message was from you, and would also prevent\n\
  15015. other people from tampering with your message.\n\
  15016. \n\
  15017. To obtain a Security Certificate, press the Get Certificate\n\
  15018. button. After you obtain a Certificate it will automatically\n\
  15019. be sent out with your signed messages so that other people can\n\
  15020. send you encrypted mail.
  15021.  
  15022. !*strings.8326:You have a Security Certificate.\n\
  15023. This means that you can receive encrypted mail. In order to be able to\n\
  15024. do this, you must first send mail to a person and sign the message. By\n\
  15025. doing so, you send them your certificate, which makes it possible for\n\
  15026. them to send you encrypted mail.\n\
  15027. \n\
  15028. Encrypting a message is like sending it in a envelope, rather than a\n\
  15029. postcard. It makes it difficult for other people to eavesdrop on your\n\
  15030. message.\n\
  15031. \n\
  15032. Your Security Certificate will expire on %s. Before it expires,\n\
  15033. you will have to obtain a new Certificate.
  15034.  
  15035. !*strings.8327:Your Security Certificate has Expired.\n\
  15036. \n\
  15037. This means that you can no longer digitally sign messages with this\n\
  15038. certificate. You can continue to receive encrypted mail, however.\n\
  15039. \n\
  15040. This means that you must obtain another Certificate. Click on Show\n\
  15041. Certificate to do so.
  15042.  
  15043. !*strings.8328:Your Security Certificate has been revoked.\n\
  15044. This means that you can no longer digitally sign messages with this\n\
  15045. certificate. You can continue to receive encrypted mail, however.\n\
  15046. \n\
  15047. This means that you must obtain another Certificate.
  15048.  
  15049. !*strings.8329:Show Certificate
  15050.  
  15051. !*strings.8330:Get Certificate
  15052.  
  15053. !*strings.8331:Mailing List Info
  15054.  
  15055. !*strings.8332:List Name:
  15056.  
  15057. !*strings.8333:List Nickname:
  15058.  
  15059. !*strings.8334:Description:
  15060.  
  15061. !*strings.8335:Type names or drag addresses into the mailing list below:
  15062.  
  15063. !*strings.8336:Name
  15064.  
  15065. !*strings.8337:
  15066.  
  15067. !*strings.8338:Email Address
  15068.  
  15069. !*strings.8339:Nickname
  15070.  
  15071. !*strings.8340:Organization
  15072.  
  15073. !*strings.8341:City
  15074.  
  15075. !*strings.8342:State
  15076.  
  15077. !*strings.8343:%d Unread, %d Total
  15078.  
  15079. !*strings.8344:Search
  15080.  
  15081. !*strings.8345:Stop
  15082.  
  15083. !*strings.8346:Remove
  15084.  
  15085. !*strings.8347:This message will be sent to:
  15086.  
  15087. !*strings.8348:all
  15088.  
  15089. !*strings.8349:1 month ago
  15090.  
  15091. !*strings.8350:Attachment operation cannot be completed now.\n\
  15092. Message delivery or attachment load is in progress.
  15093.  
  15094. !*strings.8351:This item is already attached:\n\
  15095. %s
  15096.  
  15097. !*strings.8352:Attachment panel is full - no more attachments can be added.
  15098.  
  15099. !*strings.8353:Getting new messages...
  15100.  
  15101. !*strings.8354:Address Book - %s
  15102.  
  15103. !*strings.8355:Show Certificate
  15104.  
  15105. !*strings.8356:Order
  15106.  
  15107. !*strings.8357:Language
  15108.  
  15109. !*strings.8358:Filters will be applied to incoming mail in the\n\
  15110. following order:
  15111.  
  15112. !*strings.8359:To call another person using Netscape Conference, you must first\n\
  15113. choose the server you would like to use to look up that person's\n\
  15114. address.
  15115.  
  15116. !*strings.8360:Netscape Conference DLS Server
  15117.  
  15118. !*strings.8361:Specific DLS Server
  15119.  
  15120. !*strings.8362:Hostname or IP Address
  15121.  
  15122. !*strings.8363:Address:
  15123.  
  15124. !*strings.8364:(For example, %s)
  15125.  
  15126. !*strings.8365:Card for <%s>
  15127.  
  15128. !*strings.8366:New Card
  15129.  
  15130. !*strings.8367:Mark Messages Read
  15131.  
  15132. !*strings.8368:Mark messages read up to: (MM/DD/YY)
  15133.  
  15134. !*strings.8369:The date must be valid,\n\
  15135. and must be in the form MM/DD/YY.
  15136.  
  15137. !*strings.8370:There are %d new message headers to download for\n\
  15138. this newsgroup.
  15139.  
  15140. !*strings.8371:Get Next %d Messages
  15141.  
  15142. !*strings.8372:unread
  15143.  
  15144. !*strings.8373:yesterday
  15145.  
  15146. !*strings.8374:1 week ago
  15147.  
  15148. !*strings.8375:2 weeks ago
  15149.  
  15150. !*strings.8376:6 months ago
  15151.  
  15152. !*strings.8377:1 year ago
  15153.  
  15154. !*strings.8378:An Address Book entry with this name and email address already exists.
  15155.  
  15156. !*strings.8379:Mailing lists can only contain entries from the Personal Address Book.\n\
  15157. Would you like to add %s to the address book?
  15158.  
  15159. !*strings.8380:Make sure both the server name and port are filled in and are valid.
  15160.  
  15161. !*strings.8381:unknown
  15162.  
  15163. !*strings.8382:To:
  15164.  
  15165. !*strings.8383:CC:
  15166.  
  15167. !*strings.8384:BCC:
  15168.  
  15169. !*strings.8385:Type Name
  15170.  
  15171. !*strings.8386:Next %d
  15172.  
  15173. !*strings.8387:This document cannot be attached to a message:\n\
  15174. %s
  15175.  
  15176. !*strings.8388:Netscape Communicator cannot find your\n\
  15177. Personal Card. Would you like to create a\n\
  15178. Personal Card now?
  15179.  
  15180. !*strings.8389:Communicator Message Center for %s
  15181.  
  15182. !*strings.8390:Plain
  15183.  
  15184. !*strings.8391:Bold
  15185.  
  15186. !*strings.8392:Italic
  15187.  
  15188. !*strings.8393:Bold Italic
  15189.  
  15190. !*strings.8394:Normal
  15191.  
  15192. !*strings.8395:Bigger
  15193.  
  15194. !*strings.8396:Smaller
  15195.  
  15196. !*strings.8397:Sent
  15197.  
  15198. !*strings.8398:Message has not been sent. Do you want to\n\
  15199. save the message in the Drafts Folder?
  15200.  
  15201. !*strings.8399:Invalid Date Value. No search is performed.
  15202.  
  15203. !*strings.8400:Invalid value for the MONTH field.\n\
  15204. Please enter month in 2 digits (1-12).\n\
  15205. Try again!
  15206.  
  15207. !*strings.8401:Invalid value for the DAY of the month field.\n\
  15208. Please enter date in 2 digits (1-31).\n\
  15209. Try again!
  15210.  
  15211. !*strings.8402:Invalid value for the YEAR field.\n\
  15212. Please enter year in 4 digits (e.g. 1997).\n\
  15213. Year value has to be 1900 or later.\n\
  15214. Try again!
  15215.  
  15216. !*strings.8403:To:
  15217.  
  15218. !*strings.8404:Cc:
  15219.  
  15220. !*strings.8405:Bcc:
  15221.  
  15222. !*strings.8406:Newsgroup:
  15223.  
  15224. !*strings.8407:Reply-To:
  15225.  
  15226. !*strings.8408:Followup-To:
  15227.  
  15228. !*strings.8414:Address
  15229.  
  15230. !*strings.8415:Attachment
  15231.  
  15232. !*strings.8416:Option
  15233.  
  15234. !*strings.8417:OK
  15235.  
  15236. !*strings.8418:Clear
  15237.  
  15238. !*strings.8419:Cancel
  15239.  
  15240. !*strings.8420:Urgent
  15241.  
  15242. !*strings.8421:Important
  15243.  
  15244. !*strings.8422:Normal
  15245.  
  15246. !*strings.8423:FYI
  15247.  
  15248. !*strings.8424:Junk
  15249.  
  15250. !*strings.8425:Priority
  15251.  
  15252. !*strings.8426:%sLabel
  15253.  
  15254. !*strings.8427:Addressing
  15255.  
  15256. !*strings.8428:Attachment
  15257.  
  15258. !*strings.8429:Compose
  15259.  
  15260. !*strings.8430:All Mail Folders
  15261.  
  15262. !*strings.8431:All Groups
  15263.  
  15264. !*strings.8432:LDAP Directory
  15265.  
  15266. !*strings.8433:Location
  15267.  
  15268. !*strings.8434:Subject
  15269.  
  15270. !*strings.8435:Sender
  15271.  
  15272. !*strings.8436:Date
  15273.  
  15274. !*strings.8437:Preparing file to publish:\n\
  15275. %.900s
  15276.  
  15277. !*strings.8438:Name
  15278.  
  15279. !*strings.8439:Location
  15280.  
  15281. !*strings.8440:Last Visited
  15282.  
  15283. !*strings.8441:Last Modified
  15284.  
  15285. !*strings.8442:Name
  15286.  
  15287. !*strings.8443:Total
  15288.  
  15289. !*strings.8444:Unread
  15290.  
  15291. !*strings.8445:Category
  15292.  
  15293. !*strings.8446:Newsgroup name
  15294.  
  15295. !*strings.8447:Messages
  15296.  
  15297. !*strings.8448:Subject
  15298.  
  15299. !*strings.8449:Date
  15300.  
  15301. !*strings.8450:Priority
  15302.  
  15303. !*strings.8451:Status
  15304.  
  15305. !*strings.8452:Sender
  15306.  
  15307. !*strings.8453:Recipient
  15308.  
  15309. !*strings.8454:File Here
  15310.  
  15311. !*strings.8455:Registering Converters
  15312.  
  15313. !*strings.8456:Initializing Security Library
  15314.  
  15315. !*strings.8457:Initializing Network Library
  15316.  
  15317. !*strings.8458:Initializing Message Library
  15318.  
  15319. !*strings.8459:Initializing Image Library
  15320.  
  15321. !*strings.8460:Initializing Javascript
  15322.  
  15323. !*strings.8461:Initializing Plugins
  15324.  
  15325. !*strings.8462:%s: installColormap: %s must be yes, no, or guess.\n
  15326.  
  15327. !*strings.8463:Communicator Bookmarks for %s
  15328.  
  15329. !*strings.8464:Untitled
  15330.  
  15331. !*strings.8465:Unchecking this option means that this group\n\
  15332. and all newsgroups above it do not\n\
  15333. receive HTML messages
  15334.  
  15335. !*strings.8466:Encrypted
  15336.  
  15337. !*strings.8467:None
  15338.  
  15339. !*strings.8468:Show Column
  15340.  
  15341. !*strings.8469:Hide Column
  15342.  
  15343. !*strings.8470:That functionality has been disabled
  15344.  
  15345. !*strings.8471:file: Untitled
  15346.  
  15347. !*strings.8472:%s is not set.\n
  15348.  
  15349. !*strings.8473:Newsgroups directory
  15350.  
  15351. !*strings.8474:Local mail directory
  15352.  
  15353. !*strings.8475:%s "%.255s" does not exist.\n
  15354.  
  15355. !*strings.8476:No matches found
  15356.  
  15357. !*strings.8477:Please enter a valid email address (e.g. user@internet.com).\n
  15358.  
  15359. !*strings.8478:Communicator History for %s
  15360.  
  15361. !*strings.8479:Title
  15362.  
  15363. !*strings.8480:Location
  15364.  
  15365. !*strings.8481:First Visited
  15366.  
  15367. !*strings.8482:Last Visited
  15368.  
  15369. !*strings.8483:Expires
  15370.  
  15371. !*strings.8484:Visit Count
  15372.  
  15373. !*strings.8485:Place a call with Netscape Conference to 
  15374.  
  15375. !*strings.8486:Send a message to 
  15376.  
  15377. !*strings.8487:Default Inbox folder does not exist.\n\
  15378. You will not be able to get new messages!
  15379.  
  15380. !*strings.8488:telnet
  15381.  
  15382. !*strings.8489:TN3270 application
  15383.  
  15384. !*strings.8490:rlogin
  15385.  
  15386. !*strings.8491:rlogin with user
  15387.  
  15388. !*strings.8492:You cannot delete this application from the preferences.
  15389.  
  15390. !*strings.8493:The application field is not set.
  15391.  
  15392. !*strings.8494:[JavaScript Application]
  15393.  
  15394. !*strings.8495:The preferences you have, version %s, is incompatible with the\n\
  15395. current version %s. Would you like to save new preferences now?
  15396.  
  15397. !*strings.8496:Please be aware that the preferences you have, version %s,\n\
  15398. is incompatible with the current version %s.
  15399.  
  15400. !*strings.8497:%s: program is version %s, but resources are version %s.\n\
  15401. \n\
  15402.     This means that there is an inappropriate `%s' file installed\n\
  15403.     in the app-defaults directory.  Check these environment variables\n\
  15404.     and the directories to which they point:\n\
  15405. \n\
  15406.     $XAPPLRESDIR\n\
  15407.     $XFILESEARCHPATH\n\
  15408.     $XUSERFILESEARCHPATH\n\
  15409. \n\
  15410.     Also check for this file in your home directory, or in the\n\
  15411.     directory called `app-defaults' somewhere under /usr/lib/.
  15412.  
  15413. !*strings.8498:%s: couldn't find our resources?\n\
  15414. \n\
  15415.     This could mean that there is an inappropriate `%s' file\n\
  15416.     installed in the app-defaults directory.  Check these environment\n\
  15417.     variables and the directories to which they point:\n\
  15418. \n\
  15419.     $XAPPLRESDIR\n\
  15420.     $XFILESEARCHPATH\n\
  15421.     $XUSERFILESEARCHPATH\n\
  15422. \n\
  15423.     Also check for this file in your home directory, or in the\n\
  15424.     directory called `app-defaults' somewhere under /usr/lib/.
  15425.  
  15426. !*strings.8499:%s: locale `%s' not supported by Xlib; trying `C'.\n
  15427.  
  15428. !*strings.8500:%s: locale `C' not supported.\n
  15429.  
  15430. !*strings.8501:%s: locale `C' not supported either.\n
  15431.  
  15432. !*strings.8502:\n\
  15433.     If the $XNLSPATH directory does not contain the proper config files,\n\
  15434.     %s will crash the first time you try to paste into a text\n\
  15435.     field.  (This is a bug in the X11R5 libraries against which this\n\
  15436.     program was linked.)\n\
  15437. \n\
  15438.     Since neither X11R4 nor X11R6 come with these config files, we have\n\
  15439.     included them with the %s distribution.  The normal place\n\
  15440.     for these files is %s.\n\
  15441.     If you can't create that\n\
  15442.     directory, you should set the $XNLSPATH environment variable to\n\
  15443.     point at the place where you installed the files.\n\
  15444. \n
  15445.  
  15446. !*strings.8503:    Perhaps the $XNLSPATH environment variable is not set correctly?\n
  15447.  
  15448. !*strings.8504: uname failed
  15449.  
  15450. !*strings.8505:%s: uname() failed; can't determine what system we're running on\n
  15451.  
  15452. !*strings.8506:%s: this is a SunOS 4.1.3 executable, and you are running it on\n\
  15453.     SunOS %s (Solaris.)  It would be a very good idea for you to\n\
  15454.     run the Solaris-specific binary instead.  Bad Things may happen.\n\
  15455. \n
  15456.  
  15457. !*strings.8507:%s: failed to initialize mozilla_event_queue!\n
  15458.  
  15459. !*strings.8508:%s: invalid `-remote' option "%s"\n
  15460.  
  15461. !*strings.8509:%s: the `-id' option must come before all `-remote' options.\n
  15462.  
  15463. !*strings.8510:%s: only one `-id' option may be used.\n
  15464.  
  15465. !*strings.8511:%s: invalid `-id' option "%s"\n
  15466.  
  15467. !*strings.8512:%s: the `-id' option may only be used with `-remote'.\n
  15468.  
  15469. !*strings.8513:%s: warning: $XKEYSYMDB is %s,\n\
  15470.     but that file doesn't exist.\n
  15471.  
  15472. !*strings.8514:%s: warning: no XKeysymDB file in either\n\
  15473.     %s, %s, or %s\n\
  15474.     Please set $XKEYSYMDB to the correct XKeysymDB file.\n
  15475.  
  15476. !*strings.8515:%s: not found in PATH!\n
  15477.  
  15478. !*strings.8516:renaming %s to %s:
  15479.  
  15480. !*strings.8517:%s: usage: OpenURL(url [ , new-window|window-name ] )\n
  15481.  
  15482. !*strings.8518:%s: usage: OpenFile(file)\n
  15483.  
  15484. !*strings.8519:%s: usage: print([filename])\n
  15485.  
  15486. !*strings.8520:%s: usage: SaveAS(file, output-data-type)\n
  15487.  
  15488. !*strings.8521:%s: usage: SaveAS(file, [output-data-type])\n
  15489.  
  15490. !*strings.8522:%s: usage: mailto(address ...)\n
  15491.  
  15492. !*strings.8523:%s: usage: find(string)\n
  15493.  
  15494. !*strings.8524:%s: usage: addBookmark(url, title)\n
  15495.  
  15496. !*strings.8525:%s: usage: htmlHelp(map-file, id, search-text)\n
  15497.  
  15498. !*strings.8526:%s: unparsable encoding filter spec: %s\n
  15499.  
  15500. !*strings.8527:Upload File
  15501.  
  15502. !*strings.8528:error saving options
  15503.  
  15504. !*strings.8529:# Netscape User History File\n\
  15505. # Version: %s\n\
  15506. # This is a generated file!  Do not edit.\n\
  15507. \n
  15508.  
  15509. !*strings.8530:%s: too many args (%d) to ActivateLinkAction()\n
  15510.  
  15511. !*strings.8531:%s: unknown parameter (%s) to ActivateLinkAction()\n
  15512.  
  15513. !*strings.8532:file:///Untitled
  15514.  
  15515. !*strings.8533:printing
  15516.  
  15517. !*strings.8534:\n\
  15518. This is the default visual and color map.
  15519.  
  15520. !*strings.8535:\n\
  15521. This is the default visual with a private map.
  15522.  
  15523. !*strings.8536:\n\
  15524. This is a non-default visual.
  15525.  
  15526. !*strings.8537:from network
  15527.  
  15528. !*strings.8538:from disk cache
  15529.  
  15530. !*strings.8539:from memory cache
  15531.  
  15532. !*strings.8540:default
  15533.  
  15534. !*strings.8541:%s: too few args (%d) to HistoryItem()\n
  15535.  
  15536. !*strings.8542:%s: too many args (%d) to HistoryItem()\n
  15537.  
  15538. !*strings.8543:%s: unknown parameter (%s) to HistoryItem()\n
  15539.  
  15540. !*strings.8544:%s: unable to read %s property\n
  15541.  
  15542. !*strings.8545:%s: invalid data on %s of window 0x%x.\n
  15543.  
  15544. !*strings.8546:509 internal error: unable to translatewindow 0x%x to a widget
  15545.  
  15546. !*strings.8547:500 unparsable command: %s
  15547.  
  15548. !*strings.8548:501 unrecognized command: %s
  15549.  
  15550. !*strings.8549:502 no appropriate window for %s
  15551.  
  15552. !*strings.8550:200 executed command: %s(
  15553.  
  15554. !*strings.8551:200 executed command: %s(
  15555.  
  15556. !*strings.8552:%s: windowGravityWorks: %s must be yes, no, or guess.\n
  15557.  
  15558. !*strings.8553:could not dup() a stderr:
  15559.  
  15560. !*strings.8554:could not fdopen() the new stderr:
  15561.  
  15562. !*strings.8555:could not dup() a new stderr:
  15563.  
  15564. !*strings.8556:could not dup() a stdout:
  15565.  
  15566. !*strings.8557:could not fdopen() the new stdout:
  15567.  
  15568. !*strings.8558:could not dup() a new stdout:
  15569.  
  15570. !*strings.8559:\n\
  15571. %s:\n\
  15572. \n\
  15573. This Netscape Communicator binary does not run on %s %s.\n\
  15574. \n\
  15575. Please visit http://home.netscape.com/ for a version of Communicator that runs\n\
  15576. on your system.\n\
  15577. \n
  15578.  
  15579. !*strings.8560:Created On
  15580.  
  15581. !*strings.8563:Netscape Exit Confirmation\n
  15582.  
  15583. !*strings.8564:Close all windows and exit Netscape?\n
  15584.  
  15585. !*strings.8565:Netscape Mail\n
  15586.  
  15587. !*strings.8566:Outbox folder contains unsent messages\n\
  15588. Send them now?
  15589.  
  15590. !*strings.8567:Your POP user name is just your user name (e.g. user),\n\
  15591. not your full POP address (e.g. user@internet.com).
  15592.  
  15593. !*strings.8568:Please enter valid information.
  15594.  
  15595. !*strings.8569:The editing of JavaScript message filters is not available\n\
  15596. in this release of Communicator.
  15597.  
  15598. !*strings.8570:Phone
  15599.  
  15600. !*strings.8571:Cleaning up news messages...
  15601.  
  15602. !*strings.8572:Your font preferences will not take effect until you restart Communicator.
  15603.  
  15604. !*strings.8573:One or more items in the selection you are dragging do not contain an email address\n\
  15605. and was not added to the list. Please make sure each item in your selection includes\n\
  15606. an email address.
  15607.  
  15608. !*strings.8574:New Folder Name:
  15609.  
  15610. !*strings.8575:       -component-bar            Show only the Component Bar.\n\
  15611. \n\
  15612.        -composer                 Open all command line URLs in Composer.\n\
  15613.        -edit                     Same as -composer.\n\
  15614. \n\
  15615.        -messenger                Show Messenger Mailbox (INBOX).\n\
  15616.        -mail                     Same as -messenger.\n\
  15617. \n\
  15618.        -discussions              Show Collabra Discussions.\n\
  15619.        -news                     Same as -discussions.\n\
  15620. \n
  15621.  
  15622. !*strings.8576:       Arguments which are not switches are interpreted as either files or\n\
  15623.        URLs to be loaded.\n\
  15624. \n
  15625.  
  15626. !*strings.8577:Searching:
  15627.  
  15628. !*strings.8578:Search Results
  15629.  
  15630. !*strings.8579:Search results for:
  15631.  
  15632. !*strings.8580:Name
  15633.  
  15634. !*strings.8581:Email
  15635.  
  15636. !*strings.8582:Organization
  15637.  
  15638. !*strings.8583:Department
  15639.  
  15640. !*strings.8584:Search results will appear in address book window
  15641.  
  15642. !*strings.8585:Basic Search
  15643.  
  15644. !*strings.8586:Advanced Search
  15645.  
  15646. !*strings.8587:More
  15647.  
  15648. !*strings.8588:Fewer
  15649.  
  15650. !*strings.8589:Find items which
  15651.  
  15652. !*strings.8590:Match all items below (And)
  15653.  
  15654. !*strings.8591:Match one or more of the items below (Or)
  15655.  
  15656. !*strings.8592:where
  15657.  
  15658. !*strings.8593:
  15659.  
  15660. !*strings.8594:and
  15661.  
  15662. !*strings.8595:or
  15663.  
  15664. !*strings.8596:Description:
  15665.  
  15666. !*strings.8597:LDAP Server:
  15667.  
  15668. !*strings.8598:Server Root:
  15669.  
  15670. !*strings.8599:Port Number:
  15671.  
  15672. !*strings.8600:Maximum Number of Hits:
  15673.  
  15674. !*strings.8601:Secure
  15675.  
  15676. !*strings.8602:Save Password
  15677.  
  15678. !*strings.8603:Directory Info
  15679.  
  15680. !*strings.8604:Directories
  15681.  
  15682. !*strings.8605:Search...
  15683.  
  15684. !*strings.8606:Custom Header:
  15685.  
  15686. !*strings.8607:Display Name:
  15687.  
  15688. !*strings.8608:Pager:
  15689.  
  15690. !*strings.8609:Cellular:
  15691.  
  15692. !*strings.8610:Cannot drop into the targeted destination folder.
  15693.  
  15694. !*strings.8611:Login with name and password
  15695.  
  15696. !*strings.8612:No spellchk library found
  15697.  
  15698. !*strings.8613:Choose where you would like your %s messages to be stored:
  15699.  
  15700. !*strings.8614:Place a copy in folder: '%s' on '%s'
  15701.  
  15702. !*strings.8615:Folder '%s' on
  15703.  
  15704. !*strings.8616:Keep templates in: '%s' on '%s'
  15705.  
  15706. !*strings.8617:Keep drafts in: '%s' on '%s'
  15707.  
  15708. !*strings.8618:BCC: %s
  15709.  
  15710. !*strings.8619:General
  15711.  
  15712. !*strings.8620:Advanced
  15713.  
  15714. !*strings.8621:IMAP
  15715.  
  15716. !*strings.8622:Sharing
  15717.  
  15718. !*strings.8623:This server does not support shared folders
  15719.  
  15720. !*strings.8624:You have the following permissions:
  15721.  
  15722. !*strings.8625:Share this and other folders with network users \n\
  15723.         and display and set access privileges.
  15724.  
  15725. !*strings.8626:Folder Type:
  15726.  
  15727. !*strings.8627:POP
  15728.  
  15729. !*strings.8628:start my reply above the quoted text
  15730.  
  15731. !*strings.8629:start my reply below the quoted text
  15732.  
  15733. !*strings.8630:select the quoted text
  15734.  
  15735. !*strings.8631: (default)
  15736.  
  15737. !*strings.8632:Inline
  15738.  
  15739. !*strings.8633:Quoted
  15740.  
  15741. !*strings.8634:As Attachment
  15742.  
  15743. !*strings.8635:Automatically subscribe to all my folders on "%s"
  15744.  
  15745. !*strings.8636:MoveMail
  15746.  
  15747. !*strings.8637:(Using Movemail)
  15748.  
  15749. !*strings.8638:Automatically
  15750.  
  15751. !*strings.8639:Ask me
  15752.  
  15753. !*strings.8640:Never Send
  15754.  
  15755. !*strings.8641:Reply To:
  15756.  
  15757. !*strings.8642:multiple matches found
  15758.  
  15759. !*strings.8643:%m/%d/%Y
  15760.  
  15761. !*strings.8644:The mail filter named '%s' has been truncated because it had more than %d terms.
  15762.  
  15763. !*strings.8645:Invalid Date Value.
  15764.  
  15765. !*strings.8646:Department:
  15766.  
  15767. !*strings.8647:You must pick a file that exists.
  15768.  
  15769. !*strings.8648:You are not allowed to choose a directory.
  15770.  
  15771. !*strings.8649:Match all items below (And):
  15772.  
  15773. !*strings.8650:Download headers for: %s
  15774.  
  15775. !*strings.8651:Unable to access directory:\n\
  15776. %s\n
  15777.  
  15778. !*strings.8652:Ask Me
  15779.  
  15780. !*strings.8653:Text
  15781.  
  15782. !*strings.8654:HTML
  15783.  
  15784. !*strings.8655:Text and HTML
  15785.  
  15786. !*strings.8656:Sorry, help is not available for this topic.
  15787.  
  15788. !*strings.8657:(None available)
  15789.  
  15790. !*strings.8658:Compact Folders
  15791.  
  15792. !*strings.8659:Compact This Folder
  15793.  
  15794. !*strings.8660:Empty Trash on %s
  15795.  
  15796. !*strings.8661:Empty Trash Folder
  15797.  
  15798. !*strings.8662:If the message comes from outside the\n\
  15799. domain %s:
  15800.  
  15801. !*strings.8663:(no domain)
  15802.  
  15803. !*strings.8664:Addresses Matching "%s"
  15804.  
  15805. !*strings.8665:Select Addresses
  15806.  
  15807. !*strings.8666:Mailing List
  15808.  
  15809. !*strings.8667:Folder name
  15810.  
  15811. !*strings.8668:Delete Mail Server
  15812.  
  15813. !*strings.8669:Delete Folders
  15814.  
  15815. !*strings.8670:AddressBook Info
  15816.  
  15817. !*strings.8671:Name:
  15818.  
  15819. !*strings.8672:Basic Search
  15820.  
  15821. !*strings.8673:Advanced Search
  15822.  
  15823. !*strings.8674:URL:
  15824.  
  15825. !*strings.8675:Go
  15826.  
  15827. !*strings.8676:Properties
  15828.  
  15829. !*strings.8677:Get Info
  15830.  
  15831. !*strings.8678:Location: %s
  15832.  
  15833. !*strings.8679:No matches
  15834.  
  15835. !*strings.8680:
  15836.  
  15837. !*strings.8681:
  15838.  
  15839. !*strings.8682:
  15840.  
  15841. !*strings.8683:
  15842.  
  15843. !*strings.8684:
  15844.  
  15845. !*strings.8685:Please enter some text for your search and try again.
  15846.  
  15847. !*strings.8686:Please enter a valid date for your search and try again.
  15848.  
  15849. !*strings.8687:Cannot save to file.\n\
  15850. Source is the same as destination.
  15851.  
  15852.